From 953e01d146f88ad8770b3a7f630dc97c3b9c0489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 16:36:20 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.32.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.22.0 to 0.32.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.22.0...0.32.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-dockerhub.yml | 2 +- .github/workflows/docker-ghcr.yml | 2 +- .github/workflows/security-scan.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-dockerhub.yml b/.github/workflows/docker-dockerhub.yml index 280795e..a03a17c 100644 --- a/.github/workflows/docker-dockerhub.yml +++ b/.github/workflows/docker-dockerhub.yml @@ -43,7 +43,7 @@ jobs: docker.io/${{ secrets.DOCKERHUB_ORG }}/${{ matrix.app }}:${{ github.ref_name }} docker.io/${{ secrets.DOCKERHUB_ORG }}/${{ matrix.app }}:latest - name: Trivy image scan (release) - uses: aquasecurity/trivy-action@0.22.0 + uses: aquasecurity/trivy-action@0.32.0 with: image-ref: docker.io/${{ secrets.DOCKERHUB_ORG }}/${{ matrix.app }}:${{ github.ref_name }} format: 'table' diff --git a/.github/workflows/docker-ghcr.yml b/.github/workflows/docker-ghcr.yml index 1c88c5d..628ad6a 100644 --- a/.github/workflows/docker-ghcr.yml +++ b/.github/workflows/docker-ghcr.yml @@ -45,7 +45,7 @@ jobs: ghcr.io/${{ github.repository_owner }}/${{ matrix.app }}:${{ github.ref_name }} ghcr.io/${{ github.repository_owner }}/${{ matrix.app }}:latest - name: Trivy image scan (release) - uses: aquasecurity/trivy-action@0.22.0 + uses: aquasecurity/trivy-action@0.32.0 with: image-ref: ghcr.io/${{ github.repository_owner }}/${{ matrix.app }}:${{ github.ref_name }} format: 'table' diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 4799083..7a563d7 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Run Trivy FS scan - uses: aquasecurity/trivy-action@0.22.0 + uses: aquasecurity/trivy-action@0.32.0 with: scan-type: 'fs' ignore-unfixed: true