fortify / FortifyVulnerabilityExporter

Export Fortify vulnerability data to GitHub, GitLab, SonarQube and more
Other
24 stars 8 forks source link

SSC to Bitbucket config is not working as expected #50

Closed saleemu closed 11 months ago

saleemu commented 1 year ago

Since we dont have configuration file for SSC to Azure devops, i was trying to use SSCTOBITBUCKET and it retrieves the details as per our requirement. however there are some details that we want to filter. also the security result always set to passed even though the scans has security issues. can you please provide a sample config to customize the SSTOBITBUCKET. image

we would like to filter below field, 1.logo_url 2.type" : "NUMBER", "title" : "Critical (Overall)" 3."report_type" : "SECURITY" - validate correctly

rsenden commented 1 year ago

The combination of SSCToBitBucket.yml and json-bitbucket-ssc-sast.yml configuration files define the SSC to BitBucket output, with the latter describing the output format.

You can override individual properties defined in these configuration files (through command line options or environment variables that match the individual property names), or you can create a custom configuration file that combines the two configuration files mentioned above, and then customize this file to your needs. The README file contains more details on how to customize the output.

rsenden commented 11 months ago

Closing this issue as answer has been provided and no further questions or feedback from user.