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.
2 parents 1aa27a0 + 1a6e565 commit 11ed9d6Copy full SHA for 11ed9d6
.github/workflows/build-images.yml
@@ -62,7 +62,7 @@ jobs:
62
tags: ghcr.io/${{ github.actor }}/${{ matrix.image }}:${{ matrix.tag }}
63
load: true
64
65
- - uses: aquasecurity/trivy-action@0.24.0
+ - uses: aquasecurity/trivy-action@0.30.0
66
with:
67
image-ref: ghcr.io/${{ github.repository_owner }}/${{ matrix.image }}:${{ matrix.tag }}
68
severity: CRITICAL,HIGH
0 commit comments