We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0334f3 commit c3892a7Copy full SHA for c3892a7
baseimages/scan_security.sh
@@ -15,7 +15,7 @@ if [[ ! -f "${IMAGELIST_FILE}" ]]; then
15
fi
16
17
cp $IMAGELIST_FILE $IMAGELIST_FILE_COPY
18
-echo "arangodb/test-service" >> $IMAGELIST_FILE_COPY
+echo "test-service" >> $IMAGELIST_FILE_COPY
19
20
# Check if grype is installed
21
if ! command -v grype &> /dev/null; then
0 commit comments