Skip to content

Commit

Permalink
Bump docker/scout-action from 1.0.8 to 1.0.9
Browse files Browse the repository at this point in the history
Bumps [docker/scout-action](https://github.com/docker/scout-action) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/docker/scout-action/releases)
- [Commits](docker/scout-action@914f29b...4e9ac4d)

---
updated-dependencies:
- dependency-name: docker/scout-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 63b66ce commit 4350b11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:

# Docker-Scout - Create SBOM
# kics-scan ignore-line
- uses: docker/scout-action@914f29b95fa18690ce41fdee98cf892d78f8c5c0
- uses: docker/scout-action@4e9ac4df44fb56797da111fce8185f7fbffd5a09
name: Create SBOM
id: docker-scout-sbom
continue-on-error: true
Expand All @@ -171,7 +171,7 @@ jobs:

# vulnerability scan the image for main branch
# kics-scan ignore-line
- uses: docker/scout-action@914f29b95fa18690ce41fdee98cf892d78f8c5c0
- uses: docker/scout-action@4e9ac4df44fb56797da111fce8185f7fbffd5a09
name: Analyze for critical and high CVEs
id: docker-scout-cves
continue-on-error: true
Expand All @@ -193,7 +193,7 @@ jobs:

# vulnerability scanning to verify PRs
# kics-scan ignore-line
- uses: docker/scout-action@914f29b95fa18690ce41fdee98cf892d78f8c5c0
- uses: docker/scout-action@4e9ac4df44fb56797da111fce8185f7fbffd5a09
name: Docker Scout compare
id: pr-compare
if: github.event_name == 'pull_request' && vars.DOCKERHUB_USERNAME != ''
Expand Down

0 comments on commit 4350b11

Please sign in to comment.