1
0
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:
Murali Paluru
2019-12-17 13:07:09 -08:00
parent bfc3105d2b
commit 6de9d4a1b6

View File

@@ -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