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 2db80b5 commit fe6ed82
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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: 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
Expand Down

0 comments on commit fe6ed82

Please sign in to comment.