Skip to content

Commit

Permalink
build(deps): bump anchore/scan-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 4 to 5.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v4...v5)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and apyrgio committed Oct 16, 2024
1 parent b6bb9a1 commit 941131f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# NOTE: Scan first without failing, else we won't be able to read the scan
# report.
- name: Scan container image (no fail)
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
id: scan_container
with:
image: "dangerzone.rocks/dangerzone:latest"
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Inspect container scan report
run: cat ${{ steps.scan_container.outputs.sarif }}
- name: Scan container image
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
with:
image: "dangerzone.rocks/dangerzone:latest"
fail-build: true
Expand All @@ -50,7 +50,7 @@ jobs:
# NOTE: Scan first without failing, else we won't be able to read the scan
# report.
- name: Scan application (no fail)
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
id: scan_app
with:
path: "."
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Inspect application scan report
run: cat ${{ steps.scan_app.outputs.sarif }}
- name: Scan application
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
with:
path: "."
fail-build: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/scan_released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# NOTE: Scan first without failing, else we won't be able to read the scan
# report.
- name: Scan container image (no fail)
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
id: scan_container
with:
image: "dangerzone.rocks/dangerzone:latest"
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Inspect container scan report
run: cat ${{ steps.scan_container.outputs.sarif }}
- name: Scan container image
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
with:
image: "dangerzone.rocks/dangerzone:latest"
fail-build: true
Expand All @@ -55,7 +55,7 @@ jobs:
# NOTE: Scan first without failing, else we won't be able to read the scan
# report.
- name: Scan application (no fail)
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
id: scan_app
with:
path: "."
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Inspect application scan report
run: cat ${{ steps.scan_app.outputs.sarif }}
- name: Scan application
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
with:
path: "."
fail-build: true
Expand Down

0 comments on commit 941131f

Please sign in to comment.