From 6de9d4a1b68177dc8725868646792f75b8fe7123 Mon Sep 17 00:00:00 2001 From: Murali Paluru Date: Tue, 17 Dec 2019 13:07:09 -0800 Subject: [PATCH] rename skip to overrideSkip --- apis/management.cattle.io/v3/cluster_scan_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/management.cattle.io/v3/cluster_scan_types.go b/apis/management.cattle.io/v3/cluster_scan_types.go index d016853e..23f3196d 100644 --- a/apis/management.cattle.io/v3/cluster_scan_types.go +++ b/apis/management.cattle.io/v3/cluster_scan_types.go @@ -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