diff --git a/pkg/iac/types/compliance.go b/pkg/iac/types/compliance.go index 42636fffe544..5196413b5491 100644 --- a/pkg/iac/types/compliance.go +++ b/pkg/iac/types/compliance.go @@ -21,6 +21,8 @@ type Spec struct { Title string `yaml:"title"` Description string `yaml:"description"` Version string `yaml:"version"` + Platform string `yaml:"platform"` + Type string `yaml:"type"` RelatedResources []string `yaml:"relatedResources"` Controls []Control `yaml:"controls"` }