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 87c8ef9 commit 65b9667
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 @@ -155,7 +155,7 @@ jobs:
- name: test
run: |
echo "---"
echo $(echo "$steps.operator_meta.outputs.tags" | head -n 1)
echo $(echo "${{ steps.operator_meta.outputs.tags }}" | head -n 1)
echo "---"
- name: Run Trivy vulnerability scanner
Expand Down

0 comments on commit 65b9667

Please sign in to comment.