From 337da6128050d9586b081d8273451dc577f92459 Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Tue, 7 May 2024 11:08:20 +0200 Subject: [PATCH] fix: adding dedicated image to scan Signed-off-by: Martin Buchleitner --- .github/workflows/container.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 4aa1f4d..e02bf53 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -87,6 +87,7 @@ jobs: fi echo "settings tag ${TAGS}" echo "tags=${TAGS}" >> $GITHUB_OUTPUT + echo "ghcr_tag=${GHCR_IMAGE}:${VERSION}" >> $GITHUB_OUTPUT - name: Set up Docker Buildx id: buildx @@ -113,7 +114,7 @@ jobs: env: MONDOO_CONFIG_BASE64: ${{ secrets.MONDOO_SERVICE_ACCOUNT }} with: - image: ${{ steps.prep.outputs.tags }} + image: ${{ steps.prep.outputs.ghcr_tag }} score-threshold: ${{ inputs.score }} - name: Login to Quay