From 1bbff78c9752e2a011102e28736a40849ab92f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:22:03 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.33.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.22.0 to 0.33.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.22.0...0.33.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.33.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..023b891 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.33.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..6f41809 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.33.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..6baf7fc 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.33.0 with: scan-type: 'fs' ignore-unfixed: true