From fe6ed821a49428ee420cdd9fca786cbf6519ba4e Mon Sep 17 00:00:00 2001 From: cleverchuk Date: Fri, 13 Dec 2024 15:54:55 -0500 Subject: [PATCH] NH-96772: add docker scout --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ab39fb6..e534b810 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -428,14 +428,14 @@ jobs: org.opencontainers.image.description=Solarwinds OTEL distro Java agent org.opencontainers.image.vendor=SolarWinds Worldwide, LLC - - name: Build and push - uses: docker/build-push-action@v5 - with: - push: false - context: agent - platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} +# - name: Build and push +# uses: docker/build-push-action@v5 +# with: +# push: true +# context: agent +# platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le +# tags: ${{ steps.meta.outputs.tags }} +# labels: ${{ steps.meta.outputs.labels }} - name: Analyze for critical and high CVEs id: docker-scout-cves