Skip to content

Commit b926b31

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.33.1
1 parent 166f986 commit b926b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_security.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Run Trivy vulnerability scanner in repo mode
28-
uses: aquasecurity/[email protected].0
28+
uses: aquasecurity/[email protected].1
2929
if: ${{ ! github.event.schedule }} # Do not run inline checks when running periodically
3030
with:
3131
scan-type: fs
@@ -39,7 +39,7 @@ jobs:
3939
TRIVY_JAVA_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-java-db
4040

4141
- name: Run Trivy vulnerability scanner sarif output
42-
uses: aquasecurity/[email protected].0
42+
uses: aquasecurity/[email protected].1
4343
if: ${{ github.event.schedule }} # Generate sarif when running periodically
4444
with:
4545
scan-type: fs

0 commit comments

Comments
 (0)