From dd431656bbe8b20e9f4e911d3d626c4e50a83e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 20:03:48 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.1.0 to 0.2.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.1.0...0.2.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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bee77055..fa2b5569 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: pull: true load: true - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.1.0 + uses: aquasecurity/trivy-action@0.2.0 continue-on-error: true with: image-ref: nginx/nginx-ingress-operator:${{ github.sha }}