-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - All results processing is handled through "results.go" now. - The (--report-format) flag determines what kind of report to create: json, sarif, summaryHTML, summaryConsole. - The (--output-name) flag determines where to write the report too, if not provided an appropriate default file name will be used, example: report.html. - If (--report-format) is provided to (scan create) them a report file will be generated. * - Now creates files based on --output-name, and --output-path arguments. The name of each report file will be determined by the type of report and extensions are added automatically. - The --report-formats options now allow the user to pass multiple report types as once as a comma-separated list. - When creating multiple reports the report data will only be downloaded and prepared once.
- Loading branch information
Showing
9 changed files
with
208 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.