File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,15 +75,15 @@ jobs:
7575 cache-from : type=gha,scope=${{ github.ref_name }}-ofo
7676 cache-to : type=gha,scope=${{ github.ref_name }}-ofo
7777 - name : Run Trivy vulnerability scanner
78- uses : aquasecurity/trivy-action@0.27.0
78+ uses : aquasecurity/trivy-action@0.56.2
7979 with :
8080 input : ${{ github.workspace }}/open-feature-operator-local.tar
8181 format : " template"
8282 template : " @/contrib/sarif.tpl"
8383 output : " trivy-results.sarif"
8484 severity : " CRITICAL,HIGH"
8585 env :
86- TRIVY_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db:2
86+ TRIVY_DB_REPOSITORY : public.ecr.aws/aquasecurity/trivy-db:2,ghcr.io/aquasecurity/trivy-db:2
8787 - name : Upload Trivy scan results to GitHub Security tab
8888 uses : github/codeql-action/upload-sarif@v2
8989 with :
You can’t perform that action at this time.
0 commit comments