GoogleCloudPlatform / config-validator

Golang library which provides functionality to evaluate GCP resources against Rego-based policies
Apache License 2.0
45 stars 34 forks source link

Upgrade Constraint Framework version #162

Closed hkundag closed 3 years ago

hkundag commented 3 years ago

Features:

I ran go get github.com/open-policy-agent/frameworks/constraint@804ff2ee8b4f8b374fd805f3a48490db65b3f9fa and cleaned up dependencies/imports/tests where necessary.

briantkennedy commented 3 years ago

@morgante has the policy library been branched in preparation for this change?

morgante commented 3 years ago

@morgante has the policy library been branched in preparation for this change?

No it has not. @hkundag Can you prepare a branch of go/policy-library as well?

hkundag commented 3 years ago

Yes, I'll work on setting up a policy library branch next.