From 0d10da40ce1d0e09e9f29ad5418c8cf42f8a5bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 16:30:36 +0000 Subject: [PATCH] Bump aquasecurity/trivy-action from 0.2.0 to 0.2.2 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.2.0...0.2.2) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 946f5ce8ba..759fedb0af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: GIT_COMMIT=${{ needs.vars.outputs.sha }} DATE=${{ needs.vars.outputs.date }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.2.0 + uses: aquasecurity/trivy-action@0.2.2 continue-on-error: true with: image-ref: nginx/nginx-gateway-kubernetes:${{ needs.vars.outputs.sha }}