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 818c06b commit 74f4327
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,8 @@ jobs:
- name: Operator - Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
env:
FIRST_IMAGE:
with:
image-ref: echo "${{ steps.operator_meta.outputs.tags }}" | head -n 1
image-ref: ${{ env.IMAGE_TO_CHECK }}
format: 'table'
exit-code: '1'
severity: 'CRITICAL,HIGH'
Expand Down

0 comments on commit 74f4327

Please sign in to comment.