-
Notifications
You must be signed in to change notification settings - Fork 22
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
SSC: Add commands to create SSC reports #205
Comments
Any suggestions on what the command line options for the |
I have a script to create and download an ssc report and I had to specify the whole of the JSON (attached) and replace project id etc!. To start with we could just ask for report JSON as input and replace project id etc? ??? Do we want separate command: fcli ssc report create/wait-for/download/delete or a single command "generate" as you suggest. |
As for the command structure; I'm not sure whether to use As for specifying report parameters, I don't think requiring users to create a JSON file is very user-friendly. We could potentially do one or more of the following:
Independent of which option we choose, users should be able to work with 'friendly' names rather than id's, i.e. specify OWASP Top 10 version by name instead of external list id, specify
On the other hand, it does allow for simple reuse of existing report generation definitions, and saves you from having to manually specify all of the report parameters every time you want to manually regenerate a particular report with the same settings. |
feat: `fcli ssc`: Add `fcli ssc report` commands for generating, downloading & managing SSC reports (resolves #205) chore: Cleanup report template handling ftest: Add functional tests for new `fcli ssc report` commands ftest: Improve functional tests for `fcli ssc report *-template` commands
It would be very useful to be able to create and download SSC reports for an Application Version. This could be done via "fcli ssc reports" subcommand and could be equivalent of what is available in the SSC JavaScript sandbox: https://fortify.github.io/ssc-js-sandbox-docs/#/2017/08/03/generateReport
The text was updated successfully, but these errors were encountered: