File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments