Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-r-warren committed Jul 25, 2024
1 parent 57df44d commit ad4d14b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sherlock-container-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Run Trivy vulnerability scanner
uses: broadinstitute/dsp-appsec-trivy-action@v1
with:
# sherlock-build.yaml pushes to both normal GAR and super-prod GAR. It pushes the same image. We pull
# from the normal one here so that we don't need to pull from the more private and secure one for this
# technically-non-prod usage.
image: us-central1-docker.pkg.dev/dsp-artifact-registry/sherlock/sherlock:${{ inputs.tag || 'latest' }}

report-workflow:
Expand Down

0 comments on commit ad4d14b

Please sign in to comment.