Skip to content

Wire up protected data landing zone creation #3795

Wire up protected data landing zone creation

Wire up protected data landing zone creation #3795

Workflow file for this run

name: Trivy scan
on: [pull_request]
jobs:
appsec-trivy:
name: DSP AppSec Trivy check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# The Dockerfile copies this, so it needs to exist for the build to succeed
- run: touch rawls.jar
# https://github.com/broadinstitute/dsp-appsec-trivy-action
- uses: broadinstitute/dsp-appsec-trivy-action@v1