Bump aquasecurity/trivy-action

Bumps the github_actions group with 1 update in the /.github/workflows directory: [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action).


Updates `aquasecurity/trivy-action` from 0.33.1 to 0.34.0
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.33.1...0.34.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-version: 0.34.0
  dependency-type: direct:production
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-03-15 18:55:41 +00:00 committed by GitHub
parent 289133e507
commit 10c3a779af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ jobs:
- name: Run backend tests - name: Run backend tests
run: python -m unittest discover -s app/tests -p "test_*.py" run: python -m unittest discover -s app/tests -p "test_*.py"
- name: Run Trivy filesystem scan - name: Run Trivy filesystem scan
uses: aquasecurity/trivy-action@0.33.1 uses: aquasecurity/trivy-action@0.34.0
with: with:
scan-type: fs scan-type: fs
scan-ref: . scan-ref: .