Skip to content

Commit

Permalink
Update scout.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
perploug authored Oct 25, 2024
1 parent c608e54 commit 45bd827
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/scout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ jobs:
tags: |
type=sha,prefix=,suffix=,format=short
- name: Compare
uses: docker/scout-action@v1
with:
command: compare
image: ${{ steps.meta.outputs.tags }}
to-env: production
platform: "linux/amd64"
ignore-unchanged: true
only-severities: critical,high
organization: ${{ env.DOCKER_ORG }}
exit-on: policy


- name: Docker Scout
id: docker-scout
uses: docker/scout-action@v1
Expand All @@ -46,4 +59,4 @@ jobs:
image: olegselajev241/todo-demo-application:${{ env.SHA }}
exit-on: policy
exit-code: true
write-comment: false
write-comment: false

0 comments on commit 45bd827

Please sign in to comment.