File tree Expand file tree Collapse file tree
operator/internal/telemetry
examples/private-repository Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ var telemetryInterval = 24 * time.Hour
2121// Unofficial Scan Types should be reported as "other" to avoid leakage of confidential data via the scan-types name
2222var officialScanTypes map [string ]bool = map [string ]bool {
2323 "amass" : true ,
24+ "gitleaks" : true ,
2425 "kube-hunter" : true ,
2526 "kubeaudit" : true ,
2627 "ncrack" : true ,
Original file line number Diff line number Diff line change 1111 - " <YOUR-GITLAB-TOKEN>"
1212 - " --config"
1313 - " /home/config_filenames_only.toml"
14- - " --comit -since"
14+ - " --commit -since"
1515 - " 2020-04-20"
Original file line number Diff line number Diff line change 11image :
22 # image.repository -- Container Image to run the scan
3- repository : secureCodeBox /scanner-gitleaks
3+ repository : docker.io/securecodebox /scanner-gitleaks
44 # image.tag -- defaults to the charts version
55 tag : null
66
77parserImage :
88 # parserImage.tag - defaults to the charts version
99 # parserImage.repository -- Parser image repository
10- repository : secureCodeBox /parser-gitleaks
10+ repository : docker.io/securecodebox /parser-gitleaks
1111 # parserImage.tag -- Parser image tag
1212 # @default -- defaults to the charts version
1313 tag : null
You can’t perform that action at this time.
0 commit comments