Skip to content

Commit

Permalink
enable cluster scanner secret detection by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Amit committed Nov 1, 2023
1 parent 24413a5 commit d791e01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1/cluster_scanning_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type CBContainersClusterScannerAgentSpec struct {
}

type CLIFlags struct {
// +kubebuilder:default:=false
// +kubebuilder:default:=true
EnableSecretDetection bool `json:"enableSecretDetection,omitempty"`
// +kubebuilder:default:={}
SkipDirsOrFiles []string `json:"skipDirsOrFiles,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3450,7 +3450,7 @@ spec:
default: {}
properties:
enableSecretDetection:
default: false
default: true
type: boolean
ignoreBuildInRegex:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3440,7 +3440,7 @@ spec:
default: {}
properties:
enableSecretDetection:
default: false
default: true
type: boolean
ignoreBuildInRegex:
default: false
Expand Down

0 comments on commit d791e01

Please sign in to comment.