We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f007dab commit db48d12Copy full SHA for db48d12
1 file changed
.github/workflows/trivy_images.yaml
@@ -70,7 +70,7 @@ jobs:
70
# The runAutomationDetails's object must contain a unique category as required by the CodeQL SARIF uploader
71
# The id value will be interpreted like so: "${category}/${run_id}"
72
filename=$(basename "$f")/
73
- jq --arg id "$filename" '.automationDetails.id = $id' < tmp > "$f"
+ jq --arg id "$filename" '.runs[].automationDetails.id = $id' < tmp > "$f"
74
done
75
- uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
76
with:
0 commit comments