-
Notifications
You must be signed in to change notification settings - Fork 140
/
CODEOWNERS
Validating CODEOWNERS rules...
46 lines (39 loc) · 2.49 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# See https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners
# By default every team is owner
* @DataDog/apm-dotnet
# Tracer
/tracer/ @DataDog/tracing-dotnet
# CI
/tracer/src/Datadog.Trace/Ci/ @DataDog/ci-app-libraries-dotnet @DataDog/apm-dotnet
/tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/CI/ @DataDog/ci-app-libraries-dotnet @DataDog/apm-dotnet
# ASM
/tracer/src/Datadog.Trace/AppSec/ @DataDog/asm-dotnet
/tracer/src/Datadog.Tracer.Native/iast/ @DataDog/asm-dotnet
/tracer/test/test-applications/security/ @DataDog/asm-dotnet
/tracer/test/Datadog.Trace.Security.IntegrationTests/ @DataDog/asm-dotnet
/tracer/test/Datadog.Trace.Security.Unit.Tests/ @DataDog/asm-dotnet
/tracer/test/snapshots/Security* @DataDog/asm-dotnet
/tracer/test/snapshots/Iast* @DataDog/asm-dotnet
/tracer/src/Datadog.Trace/Iast/ @DataDog/asm-dotnet
AspectsDefinitions.g.cs @DataDog/asm-dotnet
/tracer/test/test-applications/integrations/Samples.InstrumentedTests/ @DataDog/asm-dotnet
/tracer/src/Datadog.Trace/Tags.AppSec.cs @DataDog/asm-dotnet
# Profiler
/profiler/ @DataDog/profiling-dotnet
.github/workflows/profiler-pipeline.yml @DataDog/profiling-dotnet
/tracer/src/Datadog.Trace/ContinuousProfiler/ @DataDog/profiling-dotnet @DataDog/tracing-dotnet
/tracer/test/Datadog.Trace.Tests/ContinuousProfiler/ @DataDog/profiling-dotnet @DataDog/tracing-dotnet
# Debugger
/tracer/src/Datadog.Trace/Debugger/ @DataDog/debugger-dotnet
/tracer/test/Datadog.Trace.Tests/Debugger/ @DataDog/debugger-dotnet
/tracer/src/Datadog.Trace/PDBs/ @DataDog/debugger-dotnet @DataDog/ci-app-libraries-dotnet
/tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/Debugger/ @DataDog/debugger-dotnet
/tracer/test/test-applications/debugger/ @DataDog/debugger-dotnet
debugger_*.cpp @DataDog/debugger-dotnet
debugger_*.h @DataDog/debugger-dotnet
/tracer/test/Datadog.Trace.Tests/Debugger @DataDog/debugger-dotnet
/tracer/test/Datadog.Trace.Debugger.IntegrationTests/ @DataDog/debugger-dotnet
tracer/src/Datadog.InstrumentedAssemblyGenerator/ @DataDog/debugger-dotnet
tracer/src/Datadog.InstrumentedAssemblyVerification/ @DataDog/debugger-dotnet
# Shared code we could move to the root folder
/tracer/build/ @DataDog/apm-dotnet