Skip to content

Commit

Permalink
fix: use version
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Oct 23, 2024
1 parent eb31057 commit dc0cc95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scout-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
uses: docker/scout-action@e1c0d589b972d5605e035bbf74ed95cfc306d597 # v1
with:
command: cves
image: "${{ matrix.image }}:${{ matrix.image }}"
sarif-file: "${{ matrix.image }}_${{ matrix.image }}.sarif.json"
image: "${{ matrix.image }}:${{ matrix.version }}"
sarif-file: "${{ matrix.image }}_${{ matrix.version }}.sarif.json"
summary: true
platform: linux/arm64,linux/amd64,windows/amd64
- name: print sarif file
run: cat "${{ matrix.image }}_${{ matrix.image }}.sarif.json"
run: cat "${{ matrix.image }}_${{ matrix.version }}.sarif.json"

0 comments on commit dc0cc95

Please sign in to comment.