Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

WM-2617: Release WFL 0.20.3 updating GDCWholeGenomeSomaticSingleSample to 1.3.1 #1803

WM-2617: Release WFL 0.20.3 updating GDCWholeGenomeSomaticSingleSample to 1.3.1

WM-2617: Release WFL 0.20.3 updating GDCWholeGenomeSomaticSingleSample to 1.3.1 #1803

Workflow file for this run

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
strategy:
fail-fast: false
matrix:
context:
- api
- ui
steps:
- uses: actions/checkout@v2
- uses: broadinstitute/dsp-appsec-trivy-action@v1
with:
context: ${{ matrix.context }}