Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atastycookie authored Feb 3, 2024
1 parent fe453e8 commit 69b413a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

# - name: Docker Scout
# id: docker-scout
# uses: docker/scout-action@v1
# with:
# command: compare
# image: ${{ steps.meta.outputs.tags }}
# to: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.COMPARE_TAG }}
# ignore-unchanged: true
# only-severities: critical,high
# write-comment: true
# github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment
- name: Docker Scout
id: docker-scout
uses: docker/scout-action@v1
with:
command: compare
image: ${{ steps.meta.outputs.tags }}
to: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.COMPARE_TAG }}
ignore-unchanged: true
only-severities: critical,high
write-comment: true
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 69b413a

Please sign in to comment.