Skip to content

Commit 7bc679d

Browse files
authored
[CSPM] import full pkg/compliance in system-probe module (#40618)
### What does this PR do? This PR does nothing except importing the `pkg/compliance` code in system-probe. This allows to reserve the package size while we merge the different win, without being blocked by static quality gates later. ### Motivation ### Describe how you validated your changes ### Additional Notes
1 parent 3d0b57a commit 7bc679d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/system-probe/modules/compliance.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ import (
1616
"sync/atomic"
1717
"time"
1818

19+
// import the full compliance code in the system-probe (including the rego evaluator)
20+
// this allows us to reserve the package size while we work on pluging things out
21+
_ "github.com/DataDog/datadog-agent/pkg/compliance"
1922
"github.com/DataDog/datadog-agent/pkg/compliance/dbconfig"
2023
"github.com/DataDog/datadog-agent/pkg/system-probe/api/module"
2124
"github.com/DataDog/datadog-agent/pkg/system-probe/config"

0 commit comments

Comments
 (0)