diff options
author | Quentin Jaquier <quentin.jaquier@sonarsource.com> | 2021-12-09 11:02:27 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-12-17 12:06:46 +0000 |
commit | 0df00768118031abf13053e3125fa4c000deccbf (patch) | |
tree | 2d80751eb4c339534d6f8ede99c4fb880a537e7e /server/sonar-docs/src/pages | |
parent | 1133286583c24e93288a6d896cc069597ae541ce (diff) | |
download | sonarqube-0df00768118031abf13053e3125fa4c000deccbf.tar.gz sonarqube-0df00768118031abf13053e3125fa4c000deccbf.zip |
DOCS Document gosec external issue import
Diffstat (limited to 'server/sonar-docs/src/pages')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/external-issues.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/analysis/external-issues.md b/server/sonar-docs/src/pages/analysis/external-issues.md index 7e6a3aa1bff..3877451c4dc 100644 --- a/server/sonar-docs/src/pages/analysis/external-issues.md +++ b/server/sonar-docs/src/pages/analysis/external-issues.md @@ -27,6 +27,7 @@ Go|`sonar.go.govet.reportPaths`|Comma-delimited list of paths to [GoVet](https:/ Go|`sonar.go.golint.reportPaths`|Comma-delimited list of paths to [GoLint](https://github.com/golang/lint) reports| Go|`sonar.go.gometalinter.reportPaths`|Comma-delimited list of paths to [GoMetaLinter](https://github.com/alecthomas/gometalinter) reports| Go|`sonar.go.golangci-lint.reportPaths`|Comma-delimited list of paths to [golangci-lint](https://github.com/golangci/golangci-lint) reports in checkstyle format (use `--out-format checkstyle` golangci-lint option)| +Go|`sonar.externalIssuesReportPaths`|Comma-delimited list of paths to [gosec](https://github.com/securego/gosec) reports in sonarqube format (use `-fmt=sonarqube` gosec option). Note: this property is the one from the [Generic Issue Import Format](/analysis/generic-issue/)| Java|`sonar.java.spotbugs.reportPaths`|Comma-delimited list of paths to reports from [SpotBugs](https://spotbugs.github.io/), FindSecBugs, or FindBugs| Java|`sonar.java.pmd.reportPaths`|Comma-delimited list of paths to reports from [PMD](http://maven.apache.org/plugins/maven-pmd-plugin/usage.html) Java|`sonar.java.checkstyle.reportPaths`|Comma-delimited list of paths to reports from [Checkstyle](http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo) |