1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

chore: fix sonar exclusions (#11119)

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2024-09-12 11:06:48 +02:00 committed by GitHub
parent 10a8fab27d
commit b1e2095ec3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,4 +4,4 @@ sonar.projectKey=kyverno_kyverno
# relative paths to source directories. More details and properties are described
# in https://sonarcloud.io/documentation/project-administration/narrowing-the-focus/
sonar.sources=.
sonar.exclusions=test/**
sonar.exclusions=test/**, cmd/cli/kubectl-kyverno/_testdata/**