From 46396a1192e25f7e37e4d66467e9394fb2c8f262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 03:17:14 +0000 Subject: [PATCH] ci(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.33.1 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.20.0 to 0.33.1. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.20.0...0.33.1) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.33.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-enhanced.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-enhanced.yml b/.github/workflows/deploy-enhanced.yml index 3335272c..9bb8a1fd 100644 --- a/.github/workflows/deploy-enhanced.yml +++ b/.github/workflows/deploy-enhanced.yml @@ -231,7 +231,7 @@ jobs: sbom: true - name: Comprehensive Security Scanning - uses: aquasecurity/trivy-action@0.20.0 + uses: aquasecurity/trivy-action@0.33.1 with: image-ref: ${{ steps.meta.outputs.image_ref }} format: sarif @@ -244,7 +244,7 @@ jobs: sarif_file: trivy-results.sarif - name: Critical Vulnerability Check - uses: aquasecurity/trivy-action@0.20.0 + uses: aquasecurity/trivy-action@0.33.1 with: image-ref: ${{ steps.meta.outputs.image_ref }} format: table diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 979b1900..edc2b54d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -115,7 +115,7 @@ jobs: cache-to: type=gha,mode=max - name: Trivy Image Scan - uses: aquasecurity/trivy-action@0.20.0 + uses: aquasecurity/trivy-action@0.33.1 with: image-ref: ${{ steps.meta.outputs.image_ref }} format: table