1
0
mirror of https://github.com/strongdm/comply synced 2025-12-06 06:14:09 +00:00

Optionally, authorship and approval information appended to policies (#54)

This commit is contained in:
Alan Cox
2018-08-29 18:39:50 -04:00
committed by Justin McCarthy
parent bcc9b06ac4
commit 274986ad9c
3 changed files with 53 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ type Project struct {
Pandoc string `yaml:"pandoc,omitempty"`
FilePrefix string `yaml:"filePrefix"`
Tickets map[string]interface{} `yaml:"tickets"`
ApprovedBranch string `yaml:"approvedBranch"`
}
// SetPandoc records pandoc availability during initialization