Update workflows.go

This commit is contained in:
Charles Holtzkampf 2020-07-08 20:01:21 +01:00 committed by GitHub
parent 73068f5fb2
commit f2f0a1726b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,4 +20,6 @@ type Info struct {
Author string `yaml:"author"`
// Severity optionally describes the severity of the template
Severity string `yaml:"severity,omitempty"`
// Description optionally describes the template.
Description string `yaml:"description,omitempty"`
}