From bd491887365ca5c11bbd2283f61e8b36cfd41b02 Mon Sep 17 00:00:00 2001 From: Paul Osinski <42211303+paulOsinski@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:55:40 -0700 Subject: [PATCH 1/2] Update and rename whitesource.md to mend.md --- docs/content/en/integrations/parsers/file/mend.md | 15 +++++++++++++++ .../en/integrations/parsers/file/whitesource.md | 5 ----- 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 docs/content/en/integrations/parsers/file/mend.md delete mode 100644 docs/content/en/integrations/parsers/file/whitesource.md diff --git a/docs/content/en/integrations/parsers/file/mend.md b/docs/content/en/integrations/parsers/file/mend.md new file mode 100644 index 00000000000..c382d59f517 --- /dev/null +++ b/docs/content/en/integrations/parsers/file/mend.md @@ -0,0 +1,15 @@ +--- +title: "Mend Scan" +toc_hide: true +--- + +### File Types +Accepts a JSON file, generated from the Mend* Unified Agent. + +### Sample Scan Data / Unit Tests +Unit tests for Mend JSON files can be found at https://github.com/DefectDojo/django-DefectDojo/blob/76e11c21e88fb84b67b6da27c78fbbe1899e7e78/unittests/scans/whitesource/cli_generated_many_vulns.json + +### Link To Tool +See documentation: https://docs.mend.io/bundle/unified_agent/page/example_of_a_unified_agent_json_report.html + +*Formerly known as Whitesource. diff --git a/docs/content/en/integrations/parsers/file/whitesource.md b/docs/content/en/integrations/parsers/file/whitesource.md deleted file mode 100644 index d647d7cc96f..00000000000 --- a/docs/content/en/integrations/parsers/file/whitesource.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Whitesource Scan" -toc_hide: true ---- -Import JSON report From bcf33ef2a82b66ca14c25c35b7d3f1cfca50dba1 Mon Sep 17 00:00:00 2001 From: Paul Osinski <42211303+paulOsinski@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:02:03 -0700 Subject: [PATCH 2/2] Update docs/content/en/integrations/parsers/file/mend.md Co-authored-by: Charles Neill <1749665+cneill@users.noreply.github.com> --- docs/content/en/integrations/parsers/file/mend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/integrations/parsers/file/mend.md b/docs/content/en/integrations/parsers/file/mend.md index c382d59f517..e45b2d16b8b 100644 --- a/docs/content/en/integrations/parsers/file/mend.md +++ b/docs/content/en/integrations/parsers/file/mend.md @@ -7,7 +7,7 @@ toc_hide: true Accepts a JSON file, generated from the Mend* Unified Agent. ### Sample Scan Data / Unit Tests -Unit tests for Mend JSON files can be found at https://github.com/DefectDojo/django-DefectDojo/blob/76e11c21e88fb84b67b6da27c78fbbe1899e7e78/unittests/scans/whitesource/cli_generated_many_vulns.json +Unit tests for Mend JSON files can be found at https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/mend ### Link To Tool See documentation: https://docs.mend.io/bundle/unified_agent/page/example_of_a_unified_agent_json_report.html