Skip to content

Commit

Permalink
Use fromJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Oct 26, 2023
1 parent 6d0fbe1 commit 5e748f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
image-ref: '${{ steps.meta.outputs.tags[0] }}'
image-ref: '${{ fromJSON(steps.meta.outputs.tags)[0] }}'
format: 'table'
exit-code: '1'
ignore-unfixed: true
Expand Down

0 comments on commit 5e748f6

Please sign in to comment.