From da53a00fd842a5d730a87575deaa4006d654b969 Mon Sep 17 00:00:00 2001 From: Charles GTE Date: Sat, 28 Mar 2026 16:13:36 +0100 Subject: [PATCH] chore: update security.yml --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 177436c2..da674193 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: aquasecurity/trivy-action@0.20.0 + - uses: aquasecurity/trivy-action@0.33.1 with: scan-type: 'fs' format: 'table'