Commit 52bac10 1 parent 69efcf0 commit 52bac10 Copy full SHA for 52bac10
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,15 @@ jobs:
75
75
cache-from : type=gha,scope=${{ github.ref_name }}-ofo
76
76
cache-to : type=gha,scope=${{ github.ref_name }}-ofo
77
77
- name : Run Trivy vulnerability scanner
78
- uses : aquasecurity/trivy-action@0.27 .0
78
+ uses : aquasecurity/trivy-action@0.28 .0
79
79
with :
80
80
input : ${{ github.workspace }}/open-feature-operator-local.tar
81
- format : " template"
82
- template : " @/contrib/sarif.tpl"
81
+ format : " sarif"
83
82
output : " trivy-results.sarif"
84
83
severity : " CRITICAL,HIGH"
84
+ env :
85
+ # use an alternative trivvy db to avoid rate limits
86
+ TRIVY_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db:2,ghcr.io/aquasecurity/trivy-db:2
85
87
- name : Upload Trivy scan results to GitHub Security tab
86
88
uses : github/codeql-action/upload-sarif@v2
87
89
with :
You can’t perform that action at this time.
0 commit comments