We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ad62d commit 9260bd1Copy full SHA for 9260bd1
trivy/action.yml
@@ -23,7 +23,7 @@ runs:
23
ref: ${{ github.base_ref }}
24
25
- name: "Scan Target Branch"
26
- uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
+ uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # 0.33.0
27
with:
28
scan-type: "fs"
29
scanners: vuln
@@ -43,7 +43,7 @@ runs:
43
clean: false
44
45
- name: "Scan Current Branch"
46
47
48
49
0 commit comments