From cc674ee5fe98735cf76ef9c6e826ef8f8f13e83f Mon Sep 17 00:00:00 2001 From: Chris Nealen Date: Mon, 23 Mar 2026 11:29:26 -0400 Subject: [PATCH] Update setup-trivy action to v0.2.6 --- .github/workflows/ngwpc-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ngwpc-cicd.yml b/.github/workflows/ngwpc-cicd.yml index b542fa190d..87ed350453 100644 --- a/.github/workflows/ngwpc-cicd.yml +++ b/.github/workflows/ngwpc-cicd.yml @@ -286,7 +286,7 @@ jobs: - build steps: - name: Install Trivy - uses: aquasecurity/setup-trivy@v0.2.5 + uses: aquasecurity/setup-trivy@v0.2.6 with: cache: true version: v0.69.3