Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Feb 24, 2024
1 parent ff078b1 commit 68d38a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/monkeyplug-build-push-whisper-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
scan-type: 'image'
image-ref: ${{ steps.build-vosk-image.outputs.image }}:${{ steps.build-whisper-image.outputs.tags }}
image-ref: ${{ steps.build-whisper-image.outputs.image }}:${{ steps.build-whisper-image.outputs.tags }}
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'HIGH,CRITICAL'
Expand Down

0 comments on commit 68d38a4

Please sign in to comment.