t12g / config-validator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forseti 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.

Development

Available Commands

make proto     rebuilt protobuf library
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

License:Apache License 2.0


Languages

Language:Go 97.7%Language:Dockerfile 1.4%Language:Makefile 0.9%