Skip to content

Commit

Permalink
chore(deps): update anchore/scan-action action to v6 (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 184710a commit 89c45cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-security-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
out-file-path: 'latest-release' # auto-creates the folder
- name: Scan Linux release for vulnerabilities
id: scan_latest_release
uses: anchore/scan-action@v5
uses: anchore/scan-action@v6
with:
path: "latest-release"
fail-build: true
Expand All @@ -47,7 +47,7 @@ jobs:

- name: Scan built Linux binary for vulnerabilities
id: scan_latest_build
uses: anchore/scan-action@v5
uses: anchore/scan-action@v6
with:
path: "latest-build"
fail-build: true
Expand Down

0 comments on commit 89c45cc

Please sign in to comment.