GoogleCloudPlatform / config-validator

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

Return severity in violation response #151

Closed gkowalski-google closed 4 years ago

gkowalski-google commented 4 years ago

Update validator proto to include severity. Update audit rego to return severity, and parse the rego json response. Severity is always returned as ''.

Resolves #152