Skip to content

Commit fe351c7

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.34.1
1 parent e64a509 commit fe351c7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ jobs:
478478
rm -f /tmp/security-attestation.json
479479
480480
- name: Run Trivy vulnerability scanner
481-
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
481+
uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
482482
with:
483483
image-ref: local-scan:${{ steps.meta.outputs.server_name }}-${{ steps.meta.outputs.version }}
484484
format: 'sarif'

.github/workflows/periodic-security-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
password: ${{ secrets.GITHUB_TOKEN }}
8383

8484
- name: Run Trivy comprehensive scan
85-
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
85+
uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
8686
with:
8787
image-ref: ${{ steps.meta.outputs.image_ref }}
8888
format: 'sarif'
@@ -99,7 +99,7 @@ jobs:
9999
category: 'periodic-trivy-${{ steps.meta.outputs.server_name }}'
100100

101101
- name: Run Trivy for detailed JSON report
102-
uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0
102+
uses: aquasecurity/trivy-action@e368e328979b113139d6f9068e03accaed98a518 # 0.34.1
103103
with:
104104
image-ref: ${{ steps.meta.outputs.image_ref }}
105105
format: 'json'

0 commit comments

Comments
 (0)