Skip to content

Commit 8d3c19c

Browse files
authored
Update scout.yml
remove compare, we don't have the image
1 parent 24c6227 commit 8d3c19c

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/scout.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,7 @@ jobs:
3636
org.opencontainers.image.revision=${{ env.SHA }}
3737
tags: |
3838
type=sha,prefix=,suffix=,format=short
39-
40-
- name: Compare
41-
uses: docker/scout-action@v1
42-
with:
43-
command: compare
44-
image: ${{ steps.meta.outputs.tags }}
45-
to-env: production
46-
platform: "linux/amd64"
47-
ignore-unchanged: true
48-
only-severities: critical,high
49-
organization: olegselajev241
50-
exit-on: policy
51-
52-
39+
5340
- name: Docker Scout
5441
id: docker-scout
5542
uses: docker/scout-action@v1

0 commit comments

Comments
 (0)