Skip to content

Commit fb0f4d1

Browse files
authored
Merge pull request #3 from dash14/chore/update-trivy-action
Update Trivy action to version 0.34.2
2 parents c8f156b + 1b337f8 commit fb0f4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Scan image with Trivy
4141
id: trivy-scan
42-
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
42+
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2
4343
with:
4444
image-ref: ${{ github.event_name == 'schedule' && format('ghcr.io/{0}:latest', github.repository) || 'buildcage:scan' }}
4545
ignore-unfixed: true

0 commit comments

Comments
 (0)