Skip to content

Commit

Permalink
Bump anchore/scan-action from 4 to 5 (#18)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent a83ded1 commit e1d5406
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mainline-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Run Grype vulnerability scanner
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
id: grype
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Run Grype vulnerability scanner
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
id: grype
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-stable-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Run Grype vulnerability scanner
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
id: grype
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Run Grype vulnerability scanner
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
id: grype
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-unprivileged-mainline-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Run Grype vulnerability scanner
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
id: grype
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-unprivileged-mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Run Grype vulnerability scanner
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
id: grype
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-unprivileged-stable-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Run Grype vulnerability scanner
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
id: grype
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-unprivileged-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Run Grype vulnerability scanner
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
id: grype
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}
Expand Down

0 comments on commit e1d5406

Please sign in to comment.