Skip to content

Commit

Permalink
build(deps): bump anchore/scan-action from 5.2.1 to 5.3.0 (#93)
Browse files Browse the repository at this point in the history
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](anchore/scan-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 9e9633a commit ac508fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac508fa

Please sign in to comment.