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 6ef54a1 commit 563752a
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 @@ -160,7 +160,7 @@ jobs:

- name: Run Trivy vulnerability scanner
run: |
FIRST_IMAGE=$(echo "${{ steps.operator_meta.outputs.tags }}" | head -n 1)
export FIRST_IMAGE=$(echo "${{ steps.operator_meta.outputs.tags }}" | head -n 1)
aquasecurity/[email protected]
with:
image-ref: ${{ FIRST_IMAGE }}
Expand Down

0 comments on commit 563752a

Please sign in to comment.