Skip to content

Commit abe696f

Browse files
committed
fix doc
Signed-off-by: Nikolay Mordvintsev <nikolay.mordvintsev@flant.com>
1 parent 2171221 commit abe696f

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.docs/cve_scan.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,23 @@ severity - Optional. Vulnerabilities severity to scan. Default is: UNKNOWN,LOW,M
2929
```
3030
tag - module image tag
3131
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
3241
```
3342
#### Optional
3443
```
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
4049
```
4150

4251
### GitHub Masked variables

0 commit comments

Comments
 (0)