Skip to content

Commit cc02b5f

Browse files
authored
Merge pull request #3352 from cdr/jsjoeio/fix-line
fix(ci): fix typos in ci.yaml
2 parents 6d7f329 + 3cd3490 commit cc02b5f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ci.yaml

+14-14
Original file line numberDiff line numberDiff line change
@@ -474,17 +474,17 @@ jobs:
474474
- name: Checkout code
475475
uses: actions/checkout@v2
476476
- name: Run Trivy vulnerability scanner in repo mode
477-
Commit SHA for v0.0.14
478-
uses: aquasecurity/trivy-action@341f810bd602419f966a081da3f4debedc3e5c8e
479-
with:
480-
scan-type: "fs"
481-
scan-ref: "."
482-
ignore-unfixed: true
483-
format: "template"
484-
template: "@/contrib/sarif.tpl"
485-
output: "trivy-repo-results.sarif"
486-
severity: "HIGH,CRITICAL"
487-
- name: Upload Trivy scan results to GitHub Security tab
488-
uses: github/codeql-action/upload-sarif@v1
489-
with:
490-
sarif_file: "trivy-repo-results.sarif"
477+
#Commit SHA for v0.0.14
478+
uses: aquasecurity/trivy-action@341f810bd602419f966a081da3f4debedc3e5c8e
479+
with:
480+
scan-type: "fs"
481+
scan-ref: "."
482+
ignore-unfixed: true
483+
format: "template"
484+
template: "@/contrib/sarif.tpl"
485+
output: "trivy-repo-results.sarif"
486+
severity: "HIGH,CRITICAL"
487+
- name: Upload Trivy scan results to GitHub Security tab
488+
uses: github/codeql-action/upload-sarif@v1
489+
with:
490+
sarif_file: "trivy-repo-results.sarif"

0 commit comments

Comments
 (0)