From fb962e58c5d985db1f8e9596bafa563bf75da3a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 02:04:06 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.2.0 to 0.2.1 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.2.0...0.2.1) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 377fa32d20..0406590e3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: run: docker pull ghcr.io/markphelps/flipt:${{ steps.release.outputs.release }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.2.0 + uses: aquasecurity/trivy-action@0.2.1 with: image-ref: "docker.io/markphelps/flipt:${{ steps.release.outputs.release }}" format: "template"