Skip to content

Commit

Permalink
feat(actions/sonar): add version to sonar to follow evolution of repo (
Browse files Browse the repository at this point in the history
tribes authored and yesnault committed Nov 27, 2018
1 parent 4883128 commit 056e5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/actions/cds-sonar-scanner.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ parameters:
default: |-
sonar.projectKey={{.cds.application}}
sonar.projectName={{.cds.application}}
sonar.projectVersion={{.git.hash}}
sonar.sources=.
sonar.exclusions=**/*_test.go,**/vendor/**
sonar.tests=.

0 comments on commit 056e5b4

Please sign in to comment.