Skip to content

Commit

Permalink
fix(scout): reduce output
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Sep 18, 2024
1 parent 2dcc2a7 commit 41e757a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sub-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ jobs:

# For the latest built image, display:
# - the vulnerabilities (ignoring the base image, and only displaying vulnerabilities with a critical or high security severity)
# - the available recommendations
# - compare it to the latest image indexed in Docker Hub (only displaying changed packages and vulnerabilities that already have a fix)
#
# Record the image to Scout environment based on the event type, for example:
Expand All @@ -198,7 +197,7 @@ jobs:
# and are commonly used for testing, and thus are ephemeral.
if: ${{ inputs.dockerfile_target == 'runtime' }}
with:
command: quickview,cves
command: cves,compare
image: us-docker.pkg.dev/${{ vars.GCP_PROJECT }}/zebra/${{ inputs.image_name }}:${{ steps.meta.outputs.version }}
to: zfnd/zebra:latest
ignore-base: true
Expand Down

0 comments on commit 41e757a

Please sign in to comment.