
The highest tagged major version is
v5.
package
Version:
v2.2.3
Opens a new window with list of versions in this module.
Published: Sep 3, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package checks contains util fns for reading input YAML file.
type Check struct {
Risk string `yaml:"-"`
Short string `yaml:"short"`
Description string `yaml:"description"`
Tags string `yaml:"tags"`
Remediation []string `yaml:"remediation"`
}
Check defines expected check definition in checks.yaml.
Doc maps to checks.yaml file.
Read parses `checks.yaml` file and returns a `Doc` struct.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.