From 0d7198c3dcce414f96a7c2694d85f86d179c0972 Mon Sep 17 00:00:00 2001 From: null <139585163+KubeArchitectBot@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:43:32 +0000 Subject: [PATCH] Update aquasecurity/trivy-action action to v0.33.1 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 06674a24f..676180188 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -104,7 +104,7 @@ jobs: uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.20.0 + uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1 with: scan-type: 'fs' format: 'table'