All Projects → GoogleCloudPlatform → config-validator

GoogleCloudPlatform / config-validator

Licence: Apache-2.0 license
Golang library which provides functionality to evaluate GCP resources against Rego-based policies

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects
Makefile
30231 projects
Open Policy Agent
39 projects

Config Validator

OSS-Fuzz Status

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].