fortify / github-action

Fortify GitHub Actions
Other
10 stars 8 forks source link

Add `ssc-debricked-scan` action #41

Closed rsenden closed 1 week ago

rsenden commented 4 months ago

Enhancement Request

This composite action would essentially run the following steps:

We'd like also want to have a combined SC-SAST/Debricked action, such that SC-SAST and Debricked scan can be run in parallel (i.e., first submit SC-SAST scan, then run Debricked scan, then wait for completion of both).

In the top-level action, we'd want to add an input like debricked-scan: true, and based on sast-scan input, either run the simple Debricked-only scan action, or the combined SC-SAST/Debricked scan action.