Skip to content

Commit b12a250

Browse files
authored
Merge pull request #482 from aws/daily-scan-fix
update trivy action version to v0.34.2
2 parents a975ccb + 577c00e commit b12a250

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/daily-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Perform high severity scan on built artifacts
8282
if: always()
8383
id: high_scan_latest
84-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 #v0.33.1
84+
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2
8585
with:
8686
scan-type: 'fs'
8787
scan-ref: '.'
@@ -92,7 +92,7 @@ jobs:
9292
- name: Perform low severity scan on built artifacts
9393
if: always()
9494
id: low_scan_latest
95-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 #v0.33.1
95+
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2
9696
with:
9797
scan-type: 'fs'
9898
scan-ref: '.'

0 commit comments

Comments
 (0)