From 47b6c2817a1791b6892868b6dedaf9b99a7a8e9a Mon Sep 17 00:00:00 2001 From: Fatih Tokus Date: Mon, 8 Jan 2024 10:33:20 +0000 Subject: [PATCH] docs: add_scan2html_to_trivy_ecosystem (#5875) --- docs/ecosystem/{security.md => miscellaneous.md} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename docs/ecosystem/{security.md => miscellaneous.md} (72%) diff --git a/docs/ecosystem/security.md b/docs/ecosystem/miscellaneous.md similarity index 72% rename from docs/ecosystem/security.md rename to docs/ecosystem/miscellaneous.md index e5f99ac63c6..ba37e65160e 100644 --- a/docs/ecosystem/security.md +++ b/docs/ecosystem/miscellaneous.md @@ -1,4 +1,4 @@ -# Security Management +# Miscellaneous ## 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/). @@ -9,3 +9,8 @@ A Trivy plugin that converts JSON report to SonarQube [generic issues format](ht DefectDojo can parse Trivy JSON reports. The parser supports deduplication and auto-close features. 👉 Get it at: + +## Scan2html (Community) +A Trivy plugin that scans and outputs the results to an interactive html file. + +👉 Get it at: