From 821ce8c1a63c8190778c45a21b14df4169283f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:09:26 +0000 Subject: [PATCH] chore: bump anchore/scan-action from 5.0.1 to 5.1.0 Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5.0.1 to 5.1.0. - [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/49e50b215b647c5ec97abb66f69af73c46a4ca08...ef0b0b023552a0c077534074723a9915280284bb) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/container-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-scan.yaml b/.github/workflows/container-scan.yaml index b06dc90dd..7d1e3575d 100644 --- a/.github/workflows/container-scan.yaml +++ b/.github/workflows/container-scan.yaml @@ -27,7 +27,7 @@ jobs: - name: Build Pepr Controller Image run: npm run build:image - name: Vulnerability Scan - uses: anchore/scan-action@49e50b215b647c5ec97abb66f69af73c46a4ca08 # v5.0.1 + uses: anchore/scan-action@ef0b0b023552a0c077534074723a9915280284bb # v5.1.0 with: image: "pepr:dev" fail-build: true