1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-13 19:28:55 +00:00

chore: fix sonar exclusions (#11119) (#11120)

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
gcp-cherry-pick-bot[bot] 2024-09-12 09:46:36 +00:00 committed by GitHub
parent 85e6c7461f
commit 224ff03f3b
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/**