Skip to content

Commit

Permalink
test: update docker scout ci
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <rwaffen@gmail.com>
  • Loading branch information
rwaffen committed Aug 30, 2024
1 parent 3cfc7eb commit 4fcba23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_scout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/scout-action@v1
with:
command: cves
image: 'local://ci/voxbox:${{ matrix.rubygem_puppet }}'
image: 'local://ci/test:${{ matrix.rubygem_puppet }}'
sarif-file: sarif.output.${{ matrix.rubygem_puppet }}.${{ github.sha }}.json
write-comment: false

Expand All @@ -54,8 +54,8 @@ jobs:
uses: docker/scout-action@v1
with:
command: compare
image: 'local://ci/voxbox:${{ matrix.rubygem_puppet }}'
to: 'ghcr.io/voxpupuli/voxbox:${{ matrix.puppet_release }}-main'
image: 'local://ci/test:${{ matrix.rubygem_puppet }}'
to: 'ghcr.io/voxpupuli/test:${{ matrix.puppet_release }}-main'
summary: true
keep-previous-comments: true

Expand Down

0 comments on commit 4fcba23

Please sign in to comment.