We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb705a commit 3548b06Copy full SHA for 3548b06
.github/workflows/security.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v3
20
21
- name: Run Trivy vulnerability scanner in repo mode
22
- uses: aquasecurity/trivy-action@0.12.0
+ uses: aquasecurity/trivy-action@0.13.0
23
if: ${{ ! github.event.schedule }} # Do not run inline checks when running periodically
24
with:
25
scan-type: fs
@@ -31,7 +31,7 @@ jobs:
31
skip-files: 'tests/integration/tls_cert/redis.key'
32
33
- name: Run Trivy vulnerability scanner sarif output
34
35
if: ${{ github.event.schedule }} # Generate sarif when running periodically
36
37
0 commit comments