We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e67b71 commit 1721584Copy full SHA for 1721584
.github/workflows/security.yaml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Run Trivy vulnerability scanner in repo mode
17
- uses: aquasecurity/trivy-action@0.28.0
+ uses: aquasecurity/trivy-action@0.29.0
18
if: ${{ ! github.event.schedule }} # Do not run inline checks when running periodically
19
with:
20
scan-type: fs
@@ -23,7 +23,7 @@ jobs:
23
severity: 'HIGH,CRITICAL'
24
25
- name: Run Trivy vulnerability scanner sarif output
26
27
if: ${{ github.event.schedule }} # Generate sarif when running periodically
28
29
0 commit comments