From 1b1a88187cd8258a94172130f55138666237dc67 Mon Sep 17 00:00:00 2001 From: Andrew Gouin Date: Thu, 26 Oct 2023 09:25:56 -0600 Subject: [PATCH] use outputs.json --- .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 7db52401..91227714 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: '${{ fromJSON(steps.meta.outputs.tags)[0] }}' + image-ref: '${{ fromJSON(steps.meta.outputs.json).tags[0] }}' format: 'table' exit-code: '1' ignore-unfixed: true