File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 27
27
with :
28
28
fetch-depth : 0
29
29
- name : Run Trivy vulnerability scanner in repo mode
30
- uses : aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef # v0.17 .0
30
+ uses : aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24 .0
31
31
with :
32
32
scan-type : fs
33
33
ignore-unfixed : false
37
37
scanners : vuln,secret
38
38
exit-code : ' 0'
39
39
vuln-type : os,library
40
+ env :
41
+ # Trivy is returning TOOMANYREQUESTS
42
+ # See: https://github.com/aquasecurity/trivy-action/issues/389#issuecomment-2385416577
43
+ TRIVY_DB_REPOSITORY : ' public.ecr.aws/aquasecurity/trivy-db:2'
40
44
- name : Upload Trivy scan results to GitHub Security tab
41
45
uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
42
46
with :
43
47
sarif_file : trivy-results.sarif
44
- category : code
48
+ category : code
You can’t perform that action at this time.
0 commit comments