From dcbcc4dd2aab4b4ef36ae089fa6dde03b5c99c55 Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Thu, 11 Feb 2021 14:19:46 +0100 Subject: [PATCH] Use a more generic path for sonarqube import path (#573) Signed-off-by: Cosmin Cojocar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15d9911..6d7e2fc 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ file. The output format is controlled by the `-fmt` flag, and the output file is $ gosec -fmt=json -out=results.json *.go ``` -**Note:** gosec generates the [generic issue import format](https://docs.sonarqube.org/latest/analysis/generic-issue/) for SonarQube, and a report has to be imported into SonarQube using `sonar.externalIssuesReportPaths=artifacts/test/gosec-report.json`. +**Note:** gosec generates the [generic issue import format](https://docs.sonarqube.org/latest/analysis/generic-issue/) for SonarQube, and a report has to be imported into SonarQube using `sonar.externalIssuesReportPaths=path/to/gosec-report.json`. ## Development