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: .docs/cve_scan.md
+14-5
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,23 @@ severity - Optional. Vulnerabilities severity to scan. Default is: UNKNOWN,LOW,M
29
29
```
30
30
tag - module image tag
31
31
module_name - module name
32
+
dd_url - URL to defectDojo
33
+
dd_token - token of defectDojo to upload reports
34
+
deckhouse_private_repo - url to private repo
35
+
prod_registry - Must be deckhouse prod registry, used to get trivy databases and release images
36
+
prod_registry_user - Username to log in to deckhouse prod registry
37
+
prod_registry_password - Password to log in to deckhouse prod registry
38
+
dev_registry - Must be deckhouse dev registry, used to get dev images
39
+
dev_registry_user - Username to log in to deckhouse dev registry
40
+
dev_registry_password - Password to log in to deckhouse dev registry
32
41
```
33
42
#### Optional
34
43
```
35
-
scan_several_lastest_releases - true/false. Whether to scan last several releases or not. For scheduled pipelines override will not work as value is always true
36
-
latest_releases_amount - Number of latest minor releases to scan. Latest patch versions of latest N minor versions will be taken. Default is: 3
37
-
severity - Vulnerabilities severity to scan. Default is: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
38
-
module_prod_registry_custom_path - Module custom path in prod registry. Example: flant/modules
39
-
module_dev_registry_custom_path - Module custom path in dev registry. Example: flant/modules
44
+
scan_several_lastest_releases - true/false. Whether to scan last several releases or not. For scheduled pipelines override will not work as value is always true
45
+
latest_releases_amount - Number of latest minor releases to scan. Latest patch versions of latest N minor versions will be taken. Default is: 3
46
+
severity - Vulnerabilities severity to scan. Default is: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
47
+
module_prod_registry_custom_path - Module custom path in prod registry. Example: flant/modules
48
+
module_dev_registry_custom_path - Module custom path in dev registry. Example: flant/modules
0 commit comments