Skip to content

Commit

Permalink
Introduce version in talismanrc schema
Browse files Browse the repository at this point in the history
  • Loading branch information
svishwanath-tw committed Jun 24, 2021
1 parent ab7136c commit 7be71d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions talismanrc/talismanrc.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type TalismanRC struct {
Experimental ExperimentalConfig `yaml:"experimental,omitempty"`
Threshold severity.Severity `default:"1" yaml:"threshold,omitempty"`
} `yaml:"scanconfig,omitempty"`
Version string `default:"1" yaml:"version,required"`
}

//AcceptsAll returns true if there are no rules specified
Expand Down

0 comments on commit 7be71d6

Please sign in to comment.