Skip to content

Commit

Permalink
fix: mondoo tag scan
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Dec 6, 2024
1 parent 15a393d commit aaf9033
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
images: ${{ steps.prep.outputs.images }}
tags: ${{ steps.prep.outputs.tags }}


- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand All @@ -135,7 +134,7 @@ jobs:
if: env.MONDOO_CONFIG_BASE64 != ''
uses: mondoohq/actions/[email protected]
with:
image: ${{ steps.meta.outputs.ghcr_tag }}
image: ${{ fromJson(steps.meta.outputs.json).tags[0] }}
score-threshold: ${{ inputs.score }}

- name: Login to Dockerhub
Expand Down

0 comments on commit aaf9033

Please sign in to comment.