From 5dbf37acdc685e89ad7b4ca4f3938e84cb90ceeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 04:47:32 +0000 Subject: [PATCH] chore(deps): bump aquasecurity/trivy-action from 0.12.0 to 0.15.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.12.0 to 0.15.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.12.0...0.15.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-test.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-test.yml b/.github/workflows/docker-test.yml index 0f66f64a..9c9d9b62 100644 --- a/.github/workflows/docker-test.yml +++ b/.github/workflows/docker-test.yml @@ -81,7 +81,7 @@ jobs: - run: docker run ${{ env.BUILD_TAG }} - name: Trivy Vulnerability Scan - uses: aquasecurity/trivy-action@0.12.0 + uses: aquasecurity/trivy-action@0.15.0 with: image-ref: ${{ env.BUILD_TAG }} format: table diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab5ef5fe..1fbc8a9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.GH_TWITTER_ACCESS_TOKEN_SECRET }} - name: Trivy Vulnerability Scan - uses: aquasecurity/trivy-action@0.12.0 + uses: aquasecurity/trivy-action@0.15.0 with: image-ref: ghcr.io/gembaadvantage/uplift:latest format: template