build(deps): bump anchore/scan-action from 3 to 4

Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3 to 4.
- [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/v3...v4)

---
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>
This commit is contained in:
dependabot[bot] 2024-07-15 01:31:48 +00:00 committed by Alex Pyrgiotis
parent df3f8f7cb5
commit 069359ef15
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
2 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@ jobs:
# NOTE: Scan first without failing, else we won't be able to read the scan # NOTE: Scan first without failing, else we won't be able to read the scan
# report. # report.
- name: Scan container image (no fail) - name: Scan container image (no fail)
uses: anchore/scan-action@v3 uses: anchore/scan-action@v4
id: scan_container id: scan_container
with: with:
image: "dangerzone.rocks/dangerzone:latest" image: "dangerzone.rocks/dangerzone:latest"
@ -35,7 +35,7 @@ jobs:
- name: Inspect container scan report - name: Inspect container scan report
run: cat ${{ steps.scan_container.outputs.sarif }} run: cat ${{ steps.scan_container.outputs.sarif }}
- name: Scan container image - name: Scan container image
uses: anchore/scan-action@v3 uses: anchore/scan-action@v4
with: with:
image: "dangerzone.rocks/dangerzone:latest" image: "dangerzone.rocks/dangerzone:latest"
fail-build: true fail-build: true
@ -50,7 +50,7 @@ jobs:
# NOTE: Scan first without failing, else we won't be able to read the scan # NOTE: Scan first without failing, else we won't be able to read the scan
# report. # report.
- name: Scan application (no fail) - name: Scan application (no fail)
uses: anchore/scan-action@v3 uses: anchore/scan-action@v4
id: scan_app id: scan_app
with: with:
path: "." path: "."
@ -65,7 +65,7 @@ jobs:
- name: Inspect application scan report - name: Inspect application scan report
run: cat ${{ steps.scan_app.outputs.sarif }} run: cat ${{ steps.scan_app.outputs.sarif }}
- name: Scan application - name: Scan application
uses: anchore/scan-action@v3 uses: anchore/scan-action@v4
with: with:
path: "." path: "."
fail-build: true fail-build: true

View file

@ -19,7 +19,7 @@ jobs:
# NOTE: Scan first without failing, else we won't be able to read the scan # NOTE: Scan first without failing, else we won't be able to read the scan
# report. # report.
- name: Scan container image (no fail) - name: Scan container image (no fail)
uses: anchore/scan-action@v3 uses: anchore/scan-action@v4
id: scan_container id: scan_container
with: with:
image: "dangerzone.rocks/dangerzone:latest" image: "dangerzone.rocks/dangerzone:latest"
@ -34,7 +34,7 @@ jobs:
- name: Inspect container scan report - name: Inspect container scan report
run: cat ${{ steps.scan_container.outputs.sarif }} run: cat ${{ steps.scan_container.outputs.sarif }}
- name: Scan container image - name: Scan container image
uses: anchore/scan-action@v3 uses: anchore/scan-action@v4
with: with:
image: "dangerzone.rocks/dangerzone:latest" image: "dangerzone.rocks/dangerzone:latest"
fail-build: true fail-build: true
@ -55,7 +55,7 @@ jobs:
# NOTE: Scan first without failing, else we won't be able to read the scan # NOTE: Scan first without failing, else we won't be able to read the scan
# report. # report.
- name: Scan application (no fail) - name: Scan application (no fail)
uses: anchore/scan-action@v3 uses: anchore/scan-action@v4
id: scan_app id: scan_app
with: with:
path: "." path: "."
@ -70,7 +70,7 @@ jobs:
- name: Inspect application scan report - name: Inspect application scan report
run: cat ${{ steps.scan_app.outputs.sarif }} run: cat ${{ steps.scan_app.outputs.sarif }}
- name: Scan application - name: Scan application
uses: anchore/scan-action@v3 uses: anchore/scan-action@v4
with: with:
path: "." path: "."
fail-build: true fail-build: true