From 97ff2b187499454a95cc750e0283aebf3bf12b3a Mon Sep 17 00:00:00 2001 From: CSR2017 Date: Tue, 25 Jul 2023 15:29:29 -0500 Subject: [PATCH] Set the image version for CVE --- .github/workflows/on-prerelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-prerelease.yml b/.github/workflows/on-prerelease.yml index c399b1829..a0b96ca3a 100644 --- a/.github/workflows/on-prerelease.yml +++ b/.github/workflows/on-prerelease.yml @@ -337,7 +337,7 @@ jobs: uses: docker/scout-action@v0.20.0 with: command: cves - image: ${{ steps.metaapi.outputs.tags }} + image: ${{ steps.prepare-tags.outputs.APITAGS }} sarif-file: sarif.output.json summary: true