From 104d547150e9a83ef519811503b99211a0ba6a31 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 15 Mar 2026 21:06:19 +0200 Subject: [PATCH] Update Trivy action version in workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd4a57c..ea95f93 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: .