From ac508fa2b796c86dfb8696e7e134575c44fb7002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:30:38 +0100 Subject: [PATCH] build(deps): bump anchore/scan-action from 5.2.1 to 5.3.0 (#93) Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5.2.1 to 5.3.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/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6ed1477..bbd4a0a 100644 --- a/action.yml +++ b/action.yml @@ -86,14 +86,14 @@ runs: # # Code and docker image security scanning. # - - uses: anchore/scan-action@v5.2.1 + - uses: anchore/scan-action@v5.3.0 with: only-fixed: false output-format: table path: "." severity-cutoff: high - name: Scan image using Grype - uses: anchore/scan-action@v5.2.1 + uses: anchore/scan-action@v5.3.0 with: image: ${{ steps.meta.outputs.tags }} only-fixed: false