mirror of
https://dev.azure.com/schwarzit/schwarzit.stackit-public/_git/audit-go
synced 2026-02-08 00:57:24 +00:00
- Update dependencies - Update related code adjustments - Add sonarqube configuration and pipeline adjustments Security-concept-update-needed: false. JIRA Work Item: [STACKITRMA-822](https://jira.schwarz/browse/STACKITRMA-822)
13 lines
No EOL
511 B
INI
13 lines
No EOL
511 B
INI
sonar.projectKey=xx-sit-odj-sec-ident:audit-go
|
|
sonar.host.url=https://sonarqube.schwarz
|
|
sonar.projectName=audit-go
|
|
sonar.sources=.
|
|
sonar.exclusions=**/*_test.go,**/vendor/**,**/mocks/**,**/*.yml,**/gen/**, **/test/solace.go
|
|
sonar.tests=.
|
|
sonar.test.inclusions=**/*_test.go
|
|
sonar.test.exclusions=**/vendor/**,**/mocks/**
|
|
sonar.issuesReport.html.enable=true
|
|
sonar.log.level=INFO
|
|
sonar.go.coverage.reportPaths=out/cover.out
|
|
sonar.go.tests.reportPaths=out/report.json
|
|
sonar.go.golangci-lint.reportPaths=out/lint.xml |