Skip to content

Commit

Permalink
fix: add vendor manifests back (#2558)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan authored Feb 1, 2023
1 parent 431db17 commit 947676e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/tooling/vendormanifests.go
Original file line number Diff line number Diff line change
@@ -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"
)

0 comments on commit 947676e

Please sign in to comment.