Skip to content

Commit

Permalink
fix: replace - with :
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <[email protected]>
  • Loading branch information
rwaffen committed Aug 22, 2024
1 parent e4b3415 commit 3edf7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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,compare
to: 'ghcr.io/voxpupuli/voxbox-${{ matrix.puppet_release }}-main'
to: 'ghcr.io/voxpupuli/voxbox:${{ matrix.puppet_release }}-main'
ignore-unchanged: true
image: 'local://ci/voxbox-${{ matrix.rubygem_puppet }}:${{ github.sha }}'
sarif-file: sarif.output.${{ matrix.rubygem_puppet }}.${{ github.sha }}.json
Expand Down

0 comments on commit 3edf7b5

Please sign in to comment.