We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb3c13 commit d32c85fCopy full SHA for d32c85f
.github/workflows/release.yaml
@@ -126,8 +126,10 @@ jobs:
126
IMAGE: "${{ needs.build.outputs.image }}"
127
steps:
128
- name: Scan for vulnerabilities
129
- uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.20.0 (Trivy v0.51.1)
130
- with:
+ uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0 (Trivy v0.56.1)
+ env:
131
+ TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
132
+ with:
133
image-ref: ${{ env.IMAGE }}
134
format: cosign-vuln
135
ignore-unfixed: true
0 commit comments