Skip to content

Commit

Permalink
test trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Mar 21, 2024
1 parent 766c32e commit 95de623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
with:
image-ref: $("${{ steps.operator_meta.outputs.tags }}" | head -n 1)
image-ref: echo "${{ steps.operator_meta.outputs.tags }}" | head -n 1
format: 'table'
exit-code: '1'
severity: 'CRITICAL,HIGH'
Expand Down

0 comments on commit 95de623

Please sign in to comment.