Skip to content

Commit

Permalink
[CWS] sync yaml usage to v3 in pkg/security/secl (#31718)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux authored Dec 4, 2024
1 parent 465264a commit b2fc123
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion pkg/security/secl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ require (
golang.org/x/sys v0.27.0
golang.org/x/text v0.20.0
golang.org/x/tools v0.27.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/mathutil v1.6.0
sigs.k8s.io/yaml v1.4.0
Expand Down
2 changes: 0 additions & 2 deletions pkg/security/secl/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/security/secl/rules/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"slices"

"github.com/hashicorp/go-multierror"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"

"github.com/DataDog/datadog-agent/pkg/security/secl/validators"
)
Expand Down

0 comments on commit b2fc123

Please sign in to comment.