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

Fix error message in UnwrapCAIResource #148

Closed gkowalski-google closed 4 years ago

gkowalski-google commented 4 years ago

Update the error message to mention ancestors instead of resource.data. Update .gitignore to ignore build artifacts from make pyproto.

Resolves #147