Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 7df163e commit 6b4cc87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-scout-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Analyze for critical and high CVEs
id: docker-scout-cves
# if: ${{ github.event_name != 'pull_request_target' }}
uses: docker/scout-action@4e9ac4df44fb56797da111fce8185f7fbffd5a09 # v1.0.9
uses: docker/scout-action@704685e6e6dc4462258fb11d36d3a14ca7bda1e6 # v1.1.0
with:
command: cves,recommendations
image: ${{ steps.meta.outputs.tags }}
Expand All @@ -145,7 +145,7 @@ jobs:
- name: Docker Scout Compare to Latest
id: docker-scout
if: ${{ github.event_name == 'pull_request' }}
uses: docker/scout-action@4e9ac4df44fb56797da111fce8185f7fbffd5a09 # v1.0.9
uses: docker/scout-action@704685e6e6dc4462258fb11d36d3a14ca7bda1e6 # v1.1.0
with:
command: compare
image: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 6b4cc87

Please sign in to comment.