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

Add InitOptions to configure Validator #164

Closed hkundag closed 3 years ago

hkundag commented 3 years ago

InitOptions are passed to NewValidator along with paths to customize the Validator configuration. So far, it only supports DisabledBuiltins, which allows users to disable certain functions in Rego.