github.com/ishita82/trivy-gitaction@v0.0.0-20240206054925-e937cc05f8e3/docs/ecosystem/reporting.md (about)

     1  # Reporting
     2  
     3  ## SonarQube (Community)
     4  A Trivy plugin that converts JSON report to SonarQube [generic issues format](https://docs.sonarqube.org/9.6/analyzing-source-code/importing-external-issues/generic-issue-import-format/).
     5  
     6  👉 Get it at: <https://github.com/umax/trivy-plugin-sonarqube>
     7  
     8  ## DefectDojo (Community)
     9  DefectDojo can parse Trivy JSON reports. The parser supports deduplication and auto-close features.
    10  
    11  👉 Get it at: <https://github.com/DefectDojo/django-DefectDojo>
    12  
    13  ## Scan2html (Community)
    14  A Trivy plugin that scans and outputs the results to an interactive html file.
    15  
    16  👉 Get it at: <https://github.com/fatihtokus/scan2html>
    17  
    18  ## Trivy-Streamlit (Community)
    19  Trivy-Streamlit is a Streamlit application that allows you to quickly parse the results from a Trivy JSON report.
    20  
    21  👉 Get it at: <https://github.com/mfreeman451/trivy-streamlit>