Skip to content

Commit

Permalink
add docker scout
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Sep 29, 2023
1 parent 015abb7 commit c7d92a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,13 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
-
name: Docker Scout
id: docker-scout
uses: docker/[email protected]
with:
command: cves,recommendations,compare
to-latest: true
ignore-base: true
ignore-unchanged: true
only-fixed: true

0 comments on commit c7d92a4

Please sign in to comment.