From 36b6eab3d49028c968026993c781a98114e82df0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:51:21 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.33.1 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.22.0 to 0.33.1. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.22.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/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..4dc1bec 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.1 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..5374a48 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.1 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..96e4431 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.1 with: scan-type: 'fs' ignore-unfixed: true