Skip to content

Commit

Permalink
ci: add registry prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Dec 10, 2024
1 parent 199320a commit dcef19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: docker/scout-action@v1
with:
command: cves
image: ${{ steps.meta.outputs.tags }}
image: registry://${{ steps.meta.outputs.tags }}
only-severities: critical,high
write-comment: true
github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment
Expand Down

0 comments on commit dcef19f

Please sign in to comment.