GoogleCloudPlatform / config-validator

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

Expose the ConstraintConfig in validation results #157

Closed MartinPetkov closed 3 years ago

MartinPetkov commented 3 years ago

Store it as a generic struct pb value. I feel this is safer than assuming it is YAML and storing it as a serialized string.