From aa275a1e3fd81213416fe61ec59944cb960a31d3 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 29 Sep 2023 14:34:05 +1000 Subject: [PATCH] fix scout image --- .github/workflows/docker-image.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}