Skip to content

[DSEC-718][trivy] Add Trivy action #3

[DSEC-718][trivy] Add Trivy action

[DSEC-718][trivy] Add Trivy action #3

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
steps:
- uses: actions/checkout@v3
- uses: broadinstitute/dsp-appsec-trivy-action@v1
with:
context: ./orchestration
dockerfile: orchestration/Dockerfile