Skip to content

Commit

Permalink
NH-96772: add docker scout
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Dec 13, 2024
1 parent fe6ed82 commit 0724ff3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: true
# 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: false
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
Expand All @@ -445,7 +445,6 @@ jobs:
image: ${{ steps.meta.outputs.tags[0] }}
platform: "linux/amd64"
ignore-base: true
only-package-types: jar

ghrc_io:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0724ff3

Please sign in to comment.