Skip to content

WM-2617: Bump release python to 3.8 #1807

WM-2617: Bump release python to 3.8

WM-2617: Bump release python to 3.8 #1807

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 }}