Skip to content

Commit b60eee6

Browse files
Update aquasecurity/trivy-action action to v0.35.0
1 parent 96754e4 commit b60eee6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "BASE_SHA=$(git merge-base --fork-point main)" | tee -a $GITHUB_ENV
3636
3737
- name: Scan repo filesystem
38-
uses: aquasecurity/trivy-action@0.33.1
38+
uses: aquasecurity/trivy-action@0.35.0
3939
with:
4040
scan-type: fs
4141
format: sarif
@@ -88,7 +88,7 @@ jobs:
8888
$IMAGE_REF
8989
9090
- name: Scan container image
91-
uses: aquasecurity/trivy-action@0.33.1
91+
uses: aquasecurity/trivy-action@0.35.0
9292
with:
9393
image-ref: ${{ env.IMAGE_REF }}
9494
format: sarif

0 commit comments

Comments
 (0)