From 3509ead12c954c3ffc8d49dedd5df95f2ec9751a Mon Sep 17 00:00:00 2001 From: Chris Nealen Date: Mon, 23 Mar 2026 15:44:54 -0400 Subject: [PATCH] Update setup-trivy action to v0.2.6 --- .github/workflows/cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index bee1f0cf..7a188b42 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -289,7 +289,7 @@ jobs: docker run --rm ${{ needs.setup.outputs.bmi_image }}:${{ needs.setup.outputs.test_image_tag }} \ echo "Running BMI Forcing Unit Tests..." - name: Install Trivy - uses: aquasecurity/setup-trivy@v0.2.5 + uses: aquasecurity/setup-trivy@v0.2.6 with: cache: true version: v0.69.3 @@ -405,7 +405,7 @@ jobs: docker run --rm ${{ needs.setup.outputs.coastal_image }}:${{ needs.setup.outputs.test_image_tag }} \ echo "Running Coastal Unit Tests..." - name: Install Trivy - uses: aquasecurity/setup-trivy@v0.2.5 + uses: aquasecurity/setup-trivy@v0.2.6 with: cache: true version: v0.69.3 @@ -520,7 +520,7 @@ jobs: docker run --rm ${{ needs.setup.outputs.sfincs_image }}:${{ needs.setup.outputs.test_image_tag }} \ echo "Running SFINCS Unit Tests..." - name: Install Trivy - uses: aquasecurity/setup-trivy@v0.2.5 + uses: aquasecurity/setup-trivy@v0.2.6 with: cache: true version: v0.69.3