Skip to content

Commit c7ae804

Browse files
authored
update trivy action version to v0.34.2 (#112)
See aws-observability/aws-otel-dotnet-instrumentation#370
1 parent 3caad58 commit c7ae804

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
@@ -77,7 +77,7 @@ jobs:
7777
- name: Perform high severity scan on built artifacts
7878
if: always()
7979
id: high_scan_latest
80-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 #v0.33.1
80+
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2
8181
with:
8282
scan-type: 'fs'
8383
scan-ref: '.'
@@ -88,7 +88,7 @@ jobs:
8888
- name: Perform low severity scan on built artifacts
8989
if: always()
9090
id: low_scan_latest
91-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 #v0.33.1
91+
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2
9292
with:
9393
scan-type: 'fs'
9494
scan-ref: '.'

0 commit comments

Comments
 (0)