mirror of
https://github.com/rancher/types.git
synced 2025-09-12 13:03:45 +00:00
rename skip to overrideSkip
This commit is contained in:
@@ -27,7 +27,7 @@ const (
|
||||
|
||||
type CisScanConfig struct {
|
||||
// IDs of the checks that need to be skipped in the final report
|
||||
Skip string `json:"skip,omitempty"`
|
||||
OverrideSkip []string `json:"overrideSkip"`
|
||||
// Override the CIS benchmark version to use for the scan (instead of latest)
|
||||
OverrideBenchmarkVersion string `json:"overrideBenchmarkVersion,omitempty"`
|
||||
// Internal flag for debugging master component of the scan
|
||||
|
Reference in New Issue
Block a user