From 50fb30f6a034e0112d387703d605f3a9d2dc8b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:34:50 +0000 Subject: [PATCH] Bump anchore/scan-action from 3.3.5 to 3.3.8 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.5 to 3.3.8. - [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.5...v3.3.8) --- 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 018469499..e1933db35 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: - name: Anchore Container Scan id: anchore-scan - uses: anchore/scan-action@v3.3.5 + uses: anchore/scan-action@v3.3.8 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 53068f9f4..41a782995 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.5 + uses: anchore/scan-action@v3.3.8 with: image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }} fail-build: true