Skip to content

Commit c3892a7

Browse files
committed
Fix name of test-service image to scan.
1 parent a0334f3 commit c3892a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baseimages/scan_security.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ ! -f "${IMAGELIST_FILE}" ]]; then
1515
fi
1616

1717
cp $IMAGELIST_FILE $IMAGELIST_FILE_COPY
18-
echo "arangodb/test-service" >> $IMAGELIST_FILE_COPY
18+
echo "test-service" >> $IMAGELIST_FILE_COPY
1919

2020
# Check if grype is installed
2121
if ! command -v grype &> /dev/null; then

0 commit comments

Comments
 (0)