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 5e40000 commit 9ee8b29Copy full SHA for 9ee8b29
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@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # 0.32.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