diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 6abc8fcb..7e879361 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -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/scout-action@v0.23.4 + with: + command: cves,recommendations,compare + to-latest: true + ignore-base: true + ignore-unchanged: true + only-fixed: true