Skip to content

Commit 7ff69be

Browse files
committed
fix: [#251] upload SARIF files with unique categories per image
1 parent 797addf commit 7ff69be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
# Extract image name from directory path for category
144144
category=$(basename $(dirname "$sarif_file") | sed 's/^sarif-//' | sed 's/-[0-9]*$//')
145145
echo "Uploading $sarif_file with category: docker-$category"
146-
146+
147147
# Use gh CLI to upload SARIF (simpler than action in loop)
148148
cat "$sarif_file" | gh api \
149149
--method POST \

0 commit comments

Comments
 (0)