[DSM] [RC] DO NOT MERGE: changes in dsm_rc_swarm_sprint_12 for removing ES changes #6245
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: dsp-appsec-trivy | |
on: [pull_request] | |
jobs: | |
appsec-trivy: | |
# Parse Dockerfile and build, scan image if a "blessed" base image is not used | |
name: DSP AppSec Trivy check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: broadinstitute/dsp-appsec-trivy-action@v1 | |
with: | |
context: pepper-apis/gae-egress-proxy |