diff --git a/cmd/telemetry/main.go b/cmd/telemetry/main.go index db699cc..bc578b4 100644 --- a/cmd/telemetry/main.go +++ b/cmd/telemetry/main.go @@ -17,36 +17,38 @@ import ( // officialScanTypes contains the list of official secureCodeBox Scan Types. // Unofficial Scan Types should be reported as "other" to avoid leakage of confidential data via the scan-types name var officialScanTypes map[string]bool = map[string]bool{ - "amass": true, - "cmseek": true, - "doggo": true, - "ffuf": true, - "git-repo-scanner": true, - "gitleaks": true, - "kube-hunter": true, - "kubeaudit": true, - "ncrack": true, - "nikto": true, - "nmap": true, - "nuclei": true, - "screenshooter": true, - "semgrep": true, - "ssh-audit": true, - "ssh-scan": true, - "sslyze": true, - "trivy-image": true, - "trivy-filesystem": true, - "trivy-repo": true, - "trivy-sbom-image": true, - "typo3scan": true, - "whatweb": true, - "wpscan": true, - "zap-baseline-scan": true, - "zap-api-scan": true, - "zap-full-scan": true, - "zap-automation-scan": true, - "zap-advanced-scan": true, - "other": true, + "amass": true, + "angularjs-csti-scanner": true, + "cmseek": true, + "doggo": true, + "ffuf": true, + "git-repo-scanner": true, + "gitleaks": true, + "kube-hunter": true, + "kubeaudit": true, + "ncrack": true, + "nikto": true, + "nmap": true, + "nuclei": true, + "screenshooter": true, + "semgrep": true, + "ssh-audit": true, + "ssh-scan": true, + "sslyze": true, + "trivy-filesystem": true, + "trivy-image": true, + "trivy-repo": true, + "trivy-sbom-image": true, + "trivy": true, + "typo3scan": true, + "whatweb": true, + "wpscan": true, + "zap-advanced-scan": true, + "zap-api-scan": true, + "zap-automation-scan": true, + "zap-baseline-scan": true, + "zap-full-scan": true, + "other": true, } // TelemetryData submitted by telemetry client in operator