Skip to content

Commit

Permalink
fix: excluding query samples from sonarcloud scan (Checkmarx#4297)
Browse files Browse the repository at this point in the history
Signed-off-by: Rogério Peixoto <[email protected]>
  • Loading branch information
rogeriopeixotocx authored Sep 27, 2021
1 parent 285e97f commit ce83d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ sonar.organization=checkmarx


# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=**/*.go
sonar.exclusions=**/*_test.go, **/vendor/**, pkg/model/sarif_categories.go, **/e2e/fixtures/**
sonar.sources=.
sonar.exclusions=**/*_test.go,**/vendor/**,pkg/model/sarif_categories.go,**/e2e/fixtures/**,assets/queries/**

sonar.tests=.
sonar.test.inclusions=**/*_test.go
Expand Down

0 comments on commit ce83d74

Please sign in to comment.