Skip to content

Commit

Permalink
chore(deps): Bump anchore/scan-action from 4 to 5 (#1248)
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 15, 2024
1 parent 811cd3e commit bcf819d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@ jobs:
JAR_FILE=./build/subscription-service/build/libs/subscription-service-latest-dev.jar
- name: Security Scan for API Gateway image
id: scan-api-gateway
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
with:
image: "localbuild/api-gateway:latest-scan"
severity-cutoff: critical
- name: Security Scan for Search Service image
id: scan-search-service
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
with:
image: "localbuild/search-service:latest-scan"
severity-cutoff: critical
- name: Security Scan for Subscription Service image
id: scan-subscription-service
uses: anchore/scan-action@v4
uses: anchore/scan-action@v5
with:
image: "localbuild/subscription-service:latest-scan"
severity-cutoff: critical
Expand Down

0 comments on commit bcf819d

Please sign in to comment.