We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834e501 commit d76c62aCopy full SHA for d76c62a
.github/workflows/reusable-cve-scan.yml
@@ -214,6 +214,10 @@ jobs:
214
else
215
cp trivy-results.asff trivy-findings.json
216
fi
217
+
218
+ # Fix ProductName to match Security Hub expectations
219
+ jq 'map(.ProductName = "Aqua Security")' trivy-findings.json > trivy-findings-fixed.json
220
+ mv trivy-findings-fixed.json trivy-findings.json
221
222
# Debug: print a summary of the findings being sent to Security Hub
223
echo "=== Debug: trivy-findings.json (first 2 findings) ==="
0 commit comments