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 797addf commit 7ff69beCopy full SHA for 7ff69be
.github/workflows/docker-security-scan.yml
@@ -143,7 +143,7 @@ jobs:
143
# Extract image name from directory path for category
144
category=$(basename $(dirname "$sarif_file") | sed 's/^sarif-//' | sed 's/-[0-9]*$//')
145
echo "Uploading $sarif_file with category: docker-$category"
146
-
+
147
# Use gh CLI to upload SARIF (simpler than action in loop)
148
cat "$sarif_file" | gh api \
149
--method POST \
0 commit comments