We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2522d8 commit 6bc58adCopy full SHA for 6bc58ad
.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@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
+ uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
15
with:
16
scan-type: 'fs'
17
scanners: vuln,secret
0 commit comments