File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121
2222 # Report success only when detected licenses are listed in [/trivy.yaml].
2323 - name : Scan licenses
24- uses : aquasecurity/trivy-action@master
24+ uses : aquasecurity/trivy-action@v0.26.0
2525 env :
2626 TRIVY_DEBUG : true
2727 with :
4646 # and is a convenience/redundant effort for those who prefer to
4747 # read logs and/or if anything goes wrong with the upload.
4848 - name : Log all detected vulnerabilities
49- uses : aquasecurity/trivy-action@master
49+ uses : aquasecurity/trivy-action@v0.26.0
5050 with :
5151 scan-type : filesystem
5252 hide-progress : true
5858 # - https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github
5959 # - https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning
6060 - name : Report actionable vulnerabilities
61- uses : aquasecurity/trivy-action@master
61+ uses : aquasecurity/trivy-action@v0.26.0
6262 with :
6363 scan-type : filesystem
6464 ignore-unfixed : true
You can’t perform that action at this time.
0 commit comments