From 9261c3ee6c06b3d359d0367e790ec4ad5d7415ef Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 7 May 2026 00:15:41 +0000 Subject: [PATCH] CI(security): trivy-action tags need leading `v` (0.36.0 -> v0.36.0) --- .github/workflows/security-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 124c2a86f9..a5eb19771b 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -409,7 +409,7 @@ jobs: # ───────────────────────────────────────────────────────────── - name: Trivy (filesystem CVE + IaC misconfig) continue-on-error: true - uses: aquasecurity/trivy-action@0.36.0 + uses: aquasecurity/trivy-action@v0.36.0 with: scan-type: fs scan-ref: .