From 61915b3aacbb32117f8b78821fa3c0a0ab526d82 Mon Sep 17 00:00:00 2001 From: cleverchuk Date: Fri, 13 Dec 2024 15:48:59 -0500 Subject: [PATCH] NH-96772: add docker scout --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d417709..207394e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -442,7 +442,7 @@ jobs: uses: docker/scout-action@v1 with: command: cves - image: ${{ steps.meta.outputs.tags }} + image: ${{ steps.meta.outputs.tags[0] }} platform: "linux/amd64" ignore-base: true