From 93ad6428322c025cf61caab8fe36d24261d7bdb0 Mon Sep 17 00:00:00 2001 From: Clement Bois <clement.bois@orange.com> Date: Tue, 10 Dec 2024 08:42:35 +0100 Subject: [PATCH] docs: fix defectdojo links Signed-off-by: Clement Bois <clement.bois@orange.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2a7474..5d9ea4b 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ In addition to a textual report in the console, this job produces the following | Report | Format | Usage | | ------ | ------ | ----- | | `$GO_PROJECT_DIR/reports/golang-semgrep.gitlab.json` | [GitLab's SAST format](https://semgrep.dev/docs/cli-reference#semgrep-scan-command-options) | [GitLab integration](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportssast) | -| `$GO_PROJECT_DIR/reports/golang-semgrep.native.json` | [Semgrep's JSON format](https://semgrep.dev/docs/cli-reference#semgrep-scan-command-options) | [DefectDojo integration](https://documentation.defectdojo.com/integrations/parsers/file/semgrep)<br/>_This report is generated only if DefectDojo template is detected_ | +| `$GO_PROJECT_DIR/reports/golang-semgrep.native.json` | [Semgrep's JSON format](https://semgrep.dev/docs/cli-reference#semgrep-scan-command-options) | [DefectDojo integration](https://docs.defectdojo.com/en/connecting_your_tools/parsers/file/semgrep/)<br/>_This report is generated only if DefectDojo template is detected_ | ### `go-mod-outdated` job -- GitLab