Skip to content

Commit

Permalink
chore(workflows/docker): fix image-ref for dfinit in trivy scanner (#991
Browse files Browse the repository at this point in the history
)

Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Feb 19, 2025
1 parent 617db57 commit bbc6c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: Run Trivy vulnerability scanner in tarball mode
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
with:
image-ref: dragonflyoss/${{ matrix.module }}:${{ steps.get_version.outputs.VERSION }}
image-ref: dragonflyoss/dfinit:${{ steps.get_version.outputs.VERSION }}
severity: 'CRITICAL,HIGH'
format: 'sarif'
output: 'trivy-results.sarif'
Expand Down

0 comments on commit bbc6c29

Please sign in to comment.