Skip to content

Golang library which provides functionality to evaluate GCP resources against Rego-based policies

License

Notifications You must be signed in to change notification settings

briantkennedy/config-validator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config Validator

This is a Golang library which provides functionality to evaluate GCP resources against Rego-based policies. It can be used to add config policy support to new projects without having to integrate Rego parsing directly.

For information on setting up Config Validator to secure your environment, see the User Guide.

Development

Available Commands

make proto     rebuilt protobuf library
make pyproto   build python gRPC client stub and proto lib
make test      run unit tests
make build     rebuilt and reformat
make release   build binaries
make clear     delete binaries
make format    reformat code

Disclaimer

This is not an officially supported Google product.

About

Golang library which provides functionality to evaluate GCP resources against Rego-based policies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.3%
  • Dockerfile 1.5%
  • Makefile 1.2%
  • Open Policy Agent 1.0%