Skip to content

Commit

Permalink
chore: fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Apr 6, 2024
1 parent 15b512a commit 171109d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
uses: docker/scout-action@v1
with:
command: cves,recommendations,compare
image: ${{ steps.meta.outputs.tags }}
image: ${{ env.DOCKER_NAMESPACE }}:latest
only-severities: critical,high
exit-code: true
write-comment: true
Expand Down

0 comments on commit 171109d

Please sign in to comment.