diff --git a/build/tooling/vendormanifests.go b/build/tooling/vendormanifests.go new file mode 100644 index 00000000000..9dc075b235f --- /dev/null +++ b/build/tooling/vendormanifests.go @@ -0,0 +1,9 @@ +// This is used for vendoring frameworks to Gatekeeper. + +//go:build tools + +package build + +import ( + _ "github.com/open-policy-agent/frameworks/constraint/deploy" +)