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 21
21
22
22
# Report success only when detected licenses are listed in [/trivy.yaml].
23
23
- name : Scan licenses
24
- uses : aquasecurity/trivy-action@0.26 .0
24
+ uses : aquasecurity/trivy-action@0.27 .0
25
25
env :
26
26
TRIVY_DEBUG : true
27
27
with :
46
46
# and is a convenience/redundant effort for those who prefer to
47
47
# read logs and/or if anything goes wrong with the upload.
48
48
- name : Log all detected vulnerabilities
49
- uses : aquasecurity/trivy-action@0.26 .0
49
+ uses : aquasecurity/trivy-action@0.27 .0
50
50
with :
51
51
scan-type : filesystem
52
52
hide-progress : true
58
58
# - https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github
59
59
# - https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning
60
60
- name : Report actionable vulnerabilities
61
- uses : aquasecurity/trivy-action@0.26 .0
61
+ uses : aquasecurity/trivy-action@0.27 .0
62
62
with :
63
63
scan-type : filesystem
64
64
ignore-unfixed : true
You can’t perform that action at this time.
0 commit comments