Skip to content

Commit b3abfa5

Browse files
committed
feat: add opensearch-operator / clarify image location value in GH action
1 parent e90c3a2 commit b3abfa5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/scan_single_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
description: 'Product version in SecObserve (example: 2.4.17-stackable24.7.0-amd64)'
1010
required: true
1111
image:
12-
description: 'Location of the image (example: oci.stackable.tech/sdp/hbase:2.4.17-stackable24.7.0-amd64)'
12+
description: "Location of the image (example: oci.stackable.tech/sdp/hbase:2.4.17-stackable24.7.0-amd64). Please use the tag for the image itself (usually one including the CPU architecture) and not the tag for the manifest list, since the tag for the manifest list won't have an SBOM attached."
1313
required: true
1414

1515
jobs:

stack_scanner/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def main():
7272
"listener",
7373
"nifi",
7474
"opa",
75+
"opensearch",
7576
"secret",
7677
"spark-k8s",
7778
"superset",

0 commit comments

Comments
 (0)