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 ffa0717 commit 3ef9556Copy full SHA for 3ef9556
.github/workflows/trivy.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Checkout
12
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13
- name: Security Scan
14
- uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
+ uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
15
with:
16
scan-type: 'fs'
17
scanners: vuln,secret
0 commit comments