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 2323
2424 # Report success only when detected licenses are listed in [/trivy.yaml].
2525 - name : Scan licenses
26- uses : aquasecurity/trivy-action@0.27 .0
26+ uses : aquasecurity/trivy-action@0.28 .0
2727 env :
2828 TRIVY_DEBUG : true
2929 with :
4444 # and is a convenience/redundant effort for those who prefer to
4545 # read logs and/or if anything goes wrong with the upload.
4646 - name : Log all detected vulnerabilities
47- uses : aquasecurity/trivy-action@0.27 .0
47+ uses : aquasecurity/trivy-action@0.28 .0
4848 with :
4949 scan-type : filesystem
5050 hide-progress : true
5656 # - https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github
5757 # - https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning
5858 - name : Report actionable vulnerabilities
59- uses : aquasecurity/trivy-action@0.27 .0
59+ uses : aquasecurity/trivy-action@0.28 .0
6060 with :
6161 scan-type : filesystem
6262 ignore-unfixed : true
You can’t perform that action at this time.
0 commit comments