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

Feature: Reports publisher for integration with external services #316

Open prabhu opened 3 years ago

prabhu commented 3 years ago

Currently, scan creates all the reports locally on the CI build system itself. Some customers then upload the results to a s3 bucket or external platforms such as Splunk Cloud or Google BigQuery for data analysis.

I'm thinking of building some support for reports publishers as a new python package. Initially, GitHub Code scanning would be the supported publisher via api. Bitbucket Code insights and other known platforms might come next. If you're a vendor with support for SARIF or a suitable file format, please get in touch with me.

What reports data can be published?

Who is a publisher?

Who is not a publisher?

@erichs is this something you might be interested in?

erichs commented 3 years ago

@prabhu, very interesting! Direct SARIF-ingestion isn't something @jupiterone is looking at in the short-term, but if there is demand for it, we'll consider it in the future!