You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hooks/persistence-defectdojo/.helm-docs.gotmpl
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ can add these via annotation to the scan. See examples below.
130
130
|`defectdojo.securecodebox.io/engagement-deduplicate-on-engagement`| Deduplicate On Engagement | false | Only used when creating the Engagement not used for updating |
131
131
|`defectdojo.securecodebox.io/engagement-tags`| Engagement Tags | Nothing | Only used when creating the Engagement not used for updating |
132
132
|`defectdojo.securecodebox.io/test-title`| Test Title | Scan Name ||
133
-
133
+
|`defectdojo.securecodebox.io/minimum_severity`| Minimum severity for findings created in DD | Nothing | Used to only create finding in DD, which are of a certain severity |
134
134
### Read-only Mode
135
135
136
136
By default, the DefectDojo hook will pull the imported results from DefectDojo and use them to replace the results inside secureCodeBox.
It has come to our attention, that DefectDojo become slow when handling a lot of data. A lot of data in DefectDojo can be informational findings one likes to ignore.
226
+
Therefore Defectdojo provides the option to only create findings for scan finding from a certain severity level and above, thus lowering the amount of data stored.
227
+
We integrate this option in out scans by providing the "defectdojo.securecodebox.io/minimum_severity" annotation for scans.
228
+
This is an example of how the minimum severity for findings of a scan can be set:
In this example only for scan findings with a severity of "Low"or higher there are findings in DefectDojo created.
245
+
246
+
223
247
### Simple Example Scans
224
248
225
249
This will run a daily scan using ZAP on a demo target. The results will be imported using the name "zap-juiceshop-$UNIX_TIMESTAMP" (Name of the Scan created by the ScheduledScan), in a product called "zap-juiceshop" in the default DefectDojo product type.
0 commit comments