From 804686e7cbf80fc939dbf05a6c3ab6f7b79153fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 15:42:25 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.0.22 to 0.1.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.0.22 to 0.1.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.0.22...0.1.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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ae4399bb7..efe19ac35f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: run: docker pull ghcr.io/markphelps/flipt:${{ steps.release.outputs.release }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.0.22 + uses: aquasecurity/trivy-action@0.1.0 with: image-ref: "docker.io/markphelps/flipt:${{ steps.release.outputs.release }}" format: "template"