-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ssc-debricked-scan
action
#41
Labels
Comments
rsenden
added a commit
that referenced
this issue
May 31, 2024
rsenden
added a commit
that referenced
this issue
Jun 3, 2024
rsenden
added a commit
that referenced
this issue
Jun 4, 2024
rsenden
added a commit
that referenced
this issue
Jun 4, 2024
rsenden
added a commit
that referenced
this issue
Jun 4, 2024
rsenden
added a commit
that referenced
this issue
Jun 4, 2024
rsenden
added a commit
that referenced
this issue
Jun 4, 2024
rsenden
added a commit
that referenced
this issue
Jun 4, 2024
rsenden
added a commit
that referenced
this issue
Jun 4, 2024
rsenden
added a commit
that referenced
this issue
Jun 4, 2024
rsenden
added a commit
that referenced
this issue
Jun 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement Request
This composite action would essentially run the following steps:
setup
action to install Debricked CLIdebricked scan
commandfcli ssc artifact import-debricked
to publish results to SSCWe'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 onsast-scan
input, either run the simple Debricked-only scan action, or the combined SC-SAST/Debricked scan action.The text was updated successfully, but these errors were encountered: