added Jenkinsfile and sonar-project.properties for SAST analysis

This commit is contained in:
kjubybot
2022-04-04 12:19:40 +03:00
parent 3cd8c2e618
commit 299d606df0
2 changed files with 57 additions and 0 deletions

7
sonar-project.properties Normal file
View File

@@ -0,0 +1,7 @@
sonar.projectKey=terraform-provider-decort-sast
sonar.dependencyCheck.jsonReportPath=dependency-check-report.json
sonar.dependencyCheck.htmlReportPath=dependency-check-report.html
sonar.exclusions=dependency-check-report.*
sonar.language=go