From 16128bf99c12ed63f8c1c5a9ad3bb07c4a2f024f Mon Sep 17 00:00:00 2001 From: cleverchuk Date: Wed, 18 Dec 2024 15:00:22 -0500 Subject: [PATCH] NH-96772: add docker scout --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b9d6444..95f27b1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -386,8 +386,8 @@ jobs: docker_hub: runs-on: ubuntu-latest - needs: - - github_release +# needs: +# - github_release steps: - name: Checkout uses: actions/checkout@v4 @@ -431,7 +431,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v5 with: - push: true + push: false context: agent platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le tags: ${{ steps.meta.outputs.tags }} @@ -452,7 +452,7 @@ jobs: uses: docker/scout-action@v1 with: command: cves - image: ${{ steps.meta.outputs.tags[0] }} + image: local://${{ steps.meta.outputs.tags[0] }} platform: "linux/amd64" ghrc_io: