Skip to content

Commit 9260bd1

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.33.0
1 parent 83ad62d commit 9260bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trivy/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
ref: ${{ github.base_ref }}
2424

2525
- name: "Scan Target Branch"
26-
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
26+
uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # 0.33.0
2727
with:
2828
scan-type: "fs"
2929
scanners: vuln
@@ -43,7 +43,7 @@ runs:
4343
clean: false
4444

4545
- name: "Scan Current Branch"
46-
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
46+
uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # 0.33.0
4747
with:
4848
scan-type: "fs"
4949
scanners: vuln

0 commit comments

Comments
 (0)