Skip to content

Commit 247aac3

Browse files
Robert Felberrfelber
authored andcommitted
Added/fixed missing scantypes
Signed-off-by: Robert Felber <Robert.Felber@iteratec.com>
1 parent fd0d28f commit 247aac3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

operator/internal/telemetry/telemetry.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var officialScanTypes map[string]bool = map[string]bool{
2727
"amass": true,
2828
"angularjs-csti-scanner": true,
2929
"cmseek": true,
30+
"ffuf": true,
3031
"git-repo-scanner": true,
3132
"gitleaks": true,
3233
"kube-hunter": true,
@@ -39,13 +40,16 @@ var officialScanTypes map[string]bool = map[string]bool{
3940
"semgrep": true,
4041
"ssh-scan": true,
4142
"sslyze": true,
42-
"trivy": true,
43+
"trivy-image": true,
44+
"trivy-filesystem": true,
45+
"trivy-repo": true,
4346
"typo3scan": true,
4447
"whatweb": true,
4548
"wpscan": true,
4649
"zap-baseline-scan": true,
4750
"zap-api-scan": true,
4851
"zap-full-scan": true,
52+
"zap-automation-scan": true,
4953
"zap-advanced-scan": true,
5054
}
5155

0 commit comments

Comments
 (0)