Update Trivy action version in workflow

This commit is contained in:
Alex 2026-03-15 21:06:19 +02:00 committed by GitHub
parent 289133e507
commit 104d547150
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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