Skip to content

Commit

Permalink
fix: Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored May 18, 2023
1 parent 6fb47ec commit e02f335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: 'ghcr.io/radiorabe/s2i-base@${{ steps.docker_build.outputs.digest }}'
image-ref: 'ghcr.io/radiorabe/s2i-base:${{ steps.meta.outputs.version }}'
format: 'sarif'
ignore-unfixed: true
output: 'trivy-results.sarif'
Expand Down

0 comments on commit e02f335

Please sign in to comment.