Skip to content

Commit fb9432c

Browse files
Bump docker/scout-action from 1.20.1 to 1.20.2 in the ci group (#226)
Bumps the ci group with 1 update: [docker/scout-action](https://github.com/docker/scout-action). Updates `docker/scout-action` from 1.20.1 to 1.20.2 - [Release notes](https://github.com/docker/scout-action/releases) - [Commits](docker/scout-action@75ec1d4...1128f02) --- updated-dependencies: - dependency-name: docker/scout-action dependency-version: 1.20.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6407546 commit fb9432c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/open-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
docker images
7373
- name: Docker Scout
7474
id: docker-scout
75-
uses: docker/scout-action@75ec1d410792f411fb41df7ab69a62d14d9b6884 # v1.20.1
75+
uses: docker/scout-action@1128f02d1e60f339af7306e0e62b9fdc13d9fab9 # v1.20.2
7676
with:
7777
command: compare
7878
image: local://${{ env.WORKLOAD_NAME }}:pr-${{ github.event.number }}

.github/workflows/push-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.DOCKER_PAT }}
5454
- name: Docker Scout
5555
id: docker-scout
56-
uses: docker/scout-action@75ec1d410792f411fb41df7ab69a62d14d9b6884 # v1.20.1
56+
uses: docker/scout-action@1128f02d1e60f339af7306e0e62b9fdc13d9fab9 # v1.20.2
5757
with:
5858
command: cves
5959
sarif-file: sarif.output.json

0 commit comments

Comments
 (0)