Skip to content

Commit ee2c485

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.35.0 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49764dd commit ee2c485

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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/trivy-action@0.34.0
28+
uses: aquasecurity/trivy-action@0.35.0
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/trivy-action@0.34.0
42+
uses: aquasecurity/trivy-action@0.35.0
4343
if: ${{ github.event.schedule }} # Generate sarif when running periodically
4444
with:
4545
scan-type: fs

0 commit comments

Comments
 (0)