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 b25baa5 commit 3a2d8deCopy full SHA for 3a2d8de
1 file changed
.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@v0.35.0
+ uses: aquasecurity/trivy-action@v0.36.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