We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e157619 commit fead283Copy full SHA for fead283
.github/workflows/reusable-cve-scan.yml
@@ -224,7 +224,7 @@ jobs:
224
.ProductName = "Aqua Security" |
225
.ProductFields["Product Name"] = "Aqua Security" |
226
.ProductFields["ci/source"] = "github-actions" |
227
- .ProductFields[("ci/source/" + "'"${GITHUB_REPOSITORY}"'" + ":" + "'"${GITHUB_REF_NAME}"'")] = "true"
+ .ProductFields[("ci/source:" + "'"${GITHUB_REPOSITORY}"'" + ":" + "'"${GITHUB_REF_NAME}"'")] = "true"
228
)' trivy-findings.json > trivy-findings-fixed.json
229
mv trivy-findings-fixed.json trivy-findings.json
230
0 commit comments