We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7ebb8 commit 3324488Copy full SHA for 3324488
.github/workflows/build-trivy.yaml
@@ -28,7 +28,7 @@ jobs:
28
fetch-depth: 0
29
30
- name: Run Trivy vulnerability scanner to scan repo
31
- uses: aquasecurity/trivy-action@0.29.0
+ uses: aquasecurity/trivy-action@0.30.0
32
with:
33
scan-type: 'fs'
34
skip-dirs: 'tests/java'
0 commit comments