Skip to content

Commit 66b35f7

Browse files
Reet00J12934
authored andcommitted
Remove deprecated ScanTypes from supported DefectDojo importer list
Signed-off-by: Samreet Singh <samreet.singh@iteratec.com>
1 parent bcc4c44 commit 66b35f7

5 files changed

Lines changed: 5 additions & 14 deletions

File tree

hooks/persistence-defectdojo/.helm-docs.gotmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ like deduplication. These scan types are (see up-to-date list in [Java source][d
3030

3131
- Nmap
3232
- Nikto
33-
- ZAP (Baseline, API Scan and Full Scan)
34-
- ZAP Advanced
33+
- ZAP Automation Scan
3534
- SSLyze
3635
- Trivy
3736
- Gitleaks

hooks/persistence-defectdojo/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ like deduplication. These scan types are (see up-to-date list in [Java source][d
4141

4242
- Nmap
4343
- Nikto
44-
- ZAP (Baseline, API Scan and Full Scan)
45-
- ZAP Advanced
44+
- ZAP Automation Scan
4645
- SSLyze
4746
- Trivy
4847
- Gitleaks

hooks/persistence-defectdojo/docs/README.ArtifactHub.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ like deduplication. These scan types are (see up-to-date list in [Java source][d
4949

5050
- Nmap
5151
- Nikto
52-
- ZAP (Baseline, API Scan and Full Scan)
53-
- ZAP Advanced
52+
- ZAP Automation Scan
5453
- SSLyze
5554
- Trivy
5655
- Gitleaks

hooks/persistence-defectdojo/docs/README.DockerHub-Hook.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ like deduplication. These scan types are (see up-to-date list in [Java source][d
6060

6161
- Nmap
6262
- Nikto
63-
- ZAP (Baseline, API Scan and Full Scan)
64-
- ZAP Advanced
63+
- ZAP Automation Scan
6564
- SSLyze
6665
- Trivy
6766
- Gitleaks

hooks/persistence-defectdojo/hook/src/main/java/io/securecodebox/persistence/util/ScanNameMapping.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88

99
public enum ScanNameMapping {
1010
NMAP("nmap", ScanType.NMAP_XML_SCAN),
11-
ZAP_BASELINE("zap-baseline-scan", ScanType.ZAP_SCAN),
12-
ZAP_API_SCAN("zap-api-scan", ScanType.ZAP_SCAN),
13-
ZAP_FULL_SCAN("zap-full-scan", ScanType.ZAP_SCAN),
14-
ZAP_ADVANCED_SCAN("zap-advanced-scan", ScanType.ZAP_SCAN),
15-
ZAP_AUTOMATION_SCAN("zap-automation-scan", ScanType.ZAP_SCAN),
1611
ZAP_AUTOMATION_FRAMEWORK("zap-automation-framework", ScanType.ZAP_SCAN),
1712
SSLYZE("sslyze", ScanType.SSLYZE_SCAN),
1813
SSH_AUDIT("ssh-audit", ScanType.SSH_AUDIT_IMPORTER),
@@ -38,7 +33,7 @@ public enum ScanNameMapping {
3833
/**
3934
* secureCodeBox ScanType
4035
* <p>
41-
* Examples: {@literal "nmap"}, {@literal }"zap-api-scan"}, {@literal "zap-baseline-scan"}
36+
* Examples: {@literal "nmap"}, {@literal }"zap-automation-framework"}
4237
* </p>
4338
*/
4439
public final String secureCodeBoxbScanType;

0 commit comments

Comments
 (0)