Skip to content

Commit

Permalink
fix: adding dedicated image to scan
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed May 7, 2024
1 parent 0776022 commit 337da61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 337da61

Please sign in to comment.