diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 1c7bc796..5c6fe3e4 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -116,8 +116,9 @@ jobs: uses: docker/scout-action@v0.23.4 with: command: cves,recommendations,compare + image: ${{ steps.meta.outputs.tags }} to-latest: true - ignore-base: true + ignore-base: false ignore-unchanged: true only-fixed: true organization: ${{ github.repository_owner }}