From e0c91c0423fc3555055dbc915b01a2a0541c7d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 10:29:16 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.3.4 to 3.3.5 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.4 to 3.3.5. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/anchore/scan-action/compare/v3.3.4...v3.3.5) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4a2c9022..4a031d701 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,7 +125,7 @@ jobs: - name: Anchore Container Scan id: anchore-scan - uses: anchore/scan-action@v3.3.4 + uses: anchore/scan-action@v3.3.5 continue-on-error: true if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.head_ref, 'release/') }} with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 2638e18fe..086ca20b8 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -80,7 +80,7 @@ jobs: - name: Anchore Container Scan id: anchore-scan - uses: anchore/scan-action@v3.3.4 + uses: anchore/scan-action@v3.3.5 with: image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }} fail-build: true