Merge pull request #293 from yoavAqua/save-audit-command-in-json

Save the audit command when requesting json output under the "audit" key
pull/282/head^2
Liz Rice 5 years ago committed by GitHub
commit c4be2ee03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ func handleError(err error, context string) (errmsg string) {
type Check struct {
ID string `yaml:"id" json:"test_number"`
Text string `json:"test_desc"`
Audit string `json:"omit"`
Audit string `json:"audit"`
Type string `json:"type"`
Commands []*exec.Cmd `json:"omit"`
Tests *tests `json:"omit"`

Loading…
Cancel
Save