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 8bb158b commit 63683cdCopy full SHA for 63683cd
.github/workflows/trivy-scan.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: mkdir -p trivy-results
30
31
- name: Run Trivy vulnerability scanner
32
- uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # 0.31.0
+ uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.0
33
with:
34
image-ref: ghcr.io/${{ github.repository }}:latest
35
format: 'sarif'
0 commit comments