Skip to content

Commit fead283

Browse files
committed
fix: fix github repo branch
1 parent e157619 commit fead283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-cve-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
.ProductName = "Aqua Security" |
225225
.ProductFields["Product Name"] = "Aqua Security" |
226226
.ProductFields["ci/source"] = "github-actions" |
227-
.ProductFields[("ci/source/" + "'"${GITHUB_REPOSITORY}"'" + ":" + "'"${GITHUB_REF_NAME}"'")] = "true"
227+
.ProductFields[("ci/source:" + "'"${GITHUB_REPOSITORY}"'" + ":" + "'"${GITHUB_REF_NAME}"'")] = "true"
228228
)' trivy-findings.json > trivy-findings-fixed.json
229229
mv trivy-findings-fixed.json trivy-findings.json
230230

0 commit comments

Comments
 (0)