We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb43397 commit b56e938Copy full SHA for b56e938
.github/workflows/reusable_security.yaml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v4
26
27
- name: Run Trivy vulnerability scanner in repo mode
28
- uses: aquasecurity/trivy-action@0.33.0
+ uses: aquasecurity/trivy-action@0.34.0
29
if: ${{ ! github.event.schedule }} # Do not run inline checks when running periodically
30
with:
31
scan-type: fs
@@ -39,7 +39,7 @@ jobs:
39
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
40
41
- name: Run Trivy vulnerability scanner sarif output
42
43
if: ${{ github.event.schedule }} # Generate sarif when running periodically
44
45
0 commit comments