We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0d28f commit 247aac3Copy full SHA for 247aac3
1 file changed
operator/internal/telemetry/telemetry.go
@@ -27,6 +27,7 @@ var officialScanTypes map[string]bool = map[string]bool{
27
"amass": true,
28
"angularjs-csti-scanner": true,
29
"cmseek": true,
30
+ "ffuf": true,
31
"git-repo-scanner": true,
32
"gitleaks": true,
33
"kube-hunter": true,
@@ -39,13 +40,16 @@ var officialScanTypes map[string]bool = map[string]bool{
39
40
"semgrep": true,
41
"ssh-scan": true,
42
"sslyze": true,
- "trivy": true,
43
+ "trivy-image": true,
44
+ "trivy-filesystem": true,
45
+ "trivy-repo": true,
46
"typo3scan": true,
47
"whatweb": true,
48
"wpscan": true,
49
"zap-baseline-scan": true,
50
"zap-api-scan": true,
51
"zap-full-scan": true,
52
+ "zap-automation-scan": true,
53
"zap-advanced-scan": true,
54
}
55
0 commit comments