From 5e748f6567f1ce4d3bfb32c0b428c8465ff50a90 Mon Sep 17 00:00:00 2001 From: Andrew Gouin Date: Thu, 26 Oct 2023 09:16:24 -0600 Subject: [PATCH] Use fromJSON --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 13809708..7db52401 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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