Skip to content

Commit

Permalink
[trivy] Add Trivy action
Browse files Browse the repository at this point in the history
  • Loading branch information
zbedo committed Sep 28, 2023
1 parent 86c5823 commit c132ec3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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: .
dockerfile: orchestration/Dockerfile

0 comments on commit c132ec3

Please sign in to comment.