Skip to content

Commit

Permalink
fix: add missing platform and type to spec
Browse files Browse the repository at this point in the history
Signed-off-by: nikpivkin <[email protected]>
  • Loading branch information
nikpivkin committed Jul 11, 2024
1 parent f27c236 commit 73adbc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/iac/types/compliance.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit 73adbc8

Please sign in to comment.