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 ea4d979 commit 7eae586
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ jobs:
# push: false
# tags: ${{ steps.operator_meta.outputs.tags }}

- name: test
run: |
echo "---"
echo ${{ steps.operator_meta.outputs.tags }}
echo "---"
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected]
with:
Expand Down

0 comments on commit 7eae586

Please sign in to comment.