diff --git a/catalog-info.yaml b/catalog-info.yaml index 831e06c935e..2c6d2b0608f 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -6,8 +6,6 @@ kind: Component metadata: name: elastic-agent description: Elastic Agent - single, unified way to add monitoring for logs, metrics, and other types of data to a host. - annotations: - sonarcloud.io/project-key: elastic_elastic-agent spec: type: tool @@ -26,7 +24,6 @@ metadata: backstage.io/source-location: url:https://github.com/elastic/elastic-agent/ buildkite.com/project-slug: elastic/agentless-serverless-release github.com/project-slug: elastic/elastic-agent - sonarqube.org/project-key: agentless spec: type: tool diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index cc7181a1d95..00000000000 --- a/sonar-project.properties +++ /dev/null @@ -1,22 +0,0 @@ -sonar.projectKey=elastic_elastic-agent_AYluowg0xMq8P7b4moiZ -sonar.host.url=https://sonar.elastic.dev - -sonar.sources=. -sonar.exclusions=.git/**, dev-tools/**, /magefile.go, changelog/**, \ - _meta/**, deploy/**, docs/**, img/**, specs/**, \ - */*_test.go, pkg/testing/**, pkg/component/fake/**, testing/**, **/mocks/*.go, \ - internal/pkg/agent/application/filelock/testlocker/**, \ - pkg/control/v1/proto/*.pb.go, pkg/control/v2/cproto/*.pb.go -sonar.tests=. -sonar.test.inclusions=**/*_test.go - -sonar.go.tests.reportPaths=build/TEST-go-unit.out.json -sonar.go.coverage.reportPaths=**/build/TEST-*.cov -sonar.go.exclusions=**/vendor/**,**/*_mock.go - -sonar.sourceEncoding=UTF-8 - -# Prevent C analysis -sonar.c.file.suffixes=- -sonar.cpp.file.suffixes=- -sonar.objc.file.suffixes=-