Skip to content

Commit 49368ed

Browse files
Upgrade Trivy action to version 0.35.0
Updated Trivy action version from v0.34.2 to v0.35.0 in both scanning steps.
1 parent be60ba3 commit 49368ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sec-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
- name: Run Trivy vulnerability scanner in repo mode
15-
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 #v0.34.2
15+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 #v0.35.0
1616
with:
1717
scan-type: 'fs'
1818
ignore-unfixed: true
@@ -59,7 +59,7 @@ jobs:
5959
cache-from: type=local,src=/tmp/.buildx-cache
6060
cache-to: type=local,dest=/tmp/.buildx-cache
6161
- name: Run Trivy vulnerability scanner
62-
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 #v0.34.2
62+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 #v0.35.0
6363
with:
6464
image-ref: kics:sec-trivy-tests-${{ github.sha }}
6565
ignore-unfixed: true

0 commit comments

Comments
 (0)