From c97214f426b31443f0f67fdeb44746113c0a2677 Mon Sep 17 00:00:00 2001 From: Shashank Saxena Date: Wed, 10 Jun 2026 21:28:59 +0100 Subject: [PATCH] fix(UP-0): fix-trivy-security-scan-ci upgrade to 0.69.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b173a22..ac9e2c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ on: env: TERRAFORM_VERSION: 1.11.0 TFLINT_VERSION: v0.48.0 - TRIVY_VERSION: v0.63.0 + TRIVY_VERSION: v0.69.3 permissions: contents: read # Required for checkout and reading repository content