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 c8f156b + 1b337f8 commit fb0f4d1Copy full SHA for fb0f4d1
.github/workflows/image-scan.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Scan image with Trivy
41
id: trivy-scan
42
- uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
+ uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2
43
with:
44
image-ref: ${{ github.event_name == 'schedule' && format('ghcr.io/{0}:latest', github.repository) || 'buildcage:scan' }}
45
ignore-unfixed: true
0 commit comments