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

Include constraint severity in response #152

Closed gkowalski-google closed 4 years ago

gkowalski-google commented 4 years ago

Story

Forseti will be saving the constraint severity to CSCC and needs a way to get the constraint from Config Validator.

Proposed Solution

Update the Violation proto message to include the severity, which will be parsed from the CF result.