forked from aquasecurity/trivy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update ecosystem page reporting with db app (aquasecurity#6201)
Signed-off-by: AnaisUrlichs <[email protected]>
- Loading branch information
1 parent
dc76c6e
commit eb54bb5
Showing
1 changed file
with
14 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,32 @@ | ||
# Reporting | ||
|
||
## SonarQube (Community) | ||
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/). | ||
|
||
👉 Get it at: <https://github.com/umax/trivy-plugin-sonarqube> | ||
|
||
## DefectDojo (Community) | ||
DefectDojo can parse Trivy JSON reports. The parser supports deduplication and auto-close features. | ||
|
||
👉 Get it at: <https://github.com/DefectDojo/django-DefectDojo> | ||
|
||
## SecObserve (Community) | ||
SecObserve can parse Trivy results as CycloneDX reports and provides an unified overview of vulnerabilities from different sources. Vulnerabilities can be evaluated with manual and rule based assessments. | ||
|
||
👉 Get it at: <https://github.com/MaibornWolff/SecObserve> | ||
|
||
## Scan2html (Community) | ||
A Trivy plugin that scans and outputs the results to an interactive html file. | ||
|
||
👉 Get it at: <https://github.com/fatihtokus/scan2html> | ||
|
||
## SonarQube (Community) | ||
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/). | ||
|
||
👉 Get it at: <https://github.com/umax/trivy-plugin-sonarqube> | ||
|
||
## Trivy-Streamlit (Community) | ||
Trivy-Streamlit is a Streamlit application that allows you to quickly parse the results from a Trivy JSON report. | ||
|
||
👉 Get it at: <https://github.com/mfreeman451/trivy-streamlit> | ||
|
||
## SecObserve (Community) | ||
SecObserve can parse Trivy results as CycloneDX reports and provides an unified overview of vulnerabilities from different sources. Vulnerabilities can be evaluated with manual and rule based assessments. | ||
## Trivy-Vulnerability-Explorer (Community) | ||
|
||
👉 Get it at: <https://github.com/MaibornWolff/SecObserve> | ||
This project is a web application that allows to load a Trivy report in json format and displays the vulnerabilities of a single target in an interactive data table. | ||
|
||
👉 Get it at: <https://github.com/dbsystel/trivy-vulnerability-explorer> |