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

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.35.0
with: with:
scan-type: fs scan-type: fs
scan-ref: . scan-ref: .