ShiftLeftSecurity / sast-scan

Scan is a free & Open Source DevSecOps tool for performing static analysis based security testing of your applications and its dependencies. CI and Git friendly.
https://discord.gg/DCNxzaeUpd
Apache License 2.0
790 stars 110 forks source link

Support for automatic issue creation #332

Open prabhu opened 3 years ago

prabhu commented 3 years ago

It will be nice to create issues on GitHub, GitLab etc automatically from the sarif and depscan files generated by scan. I'm thinking of adding a new command called reporter and an argument called --report to enable this functionality. The functionality will support some features with sane defaults:

  1. Quantity - Single aggregated issue or 1 issue per severity
  2. Filters based on category, tool name, and type
  3. Severity
  4. Git branch (Eg: master only)

Time permitting, I will also include integrations with Jira, clubhouse and Trello.