DefectDojo
Import finding templates from DefectDojo to SysReptor.
Examples
| reptor defectdojo --url http://localhost/
|
Configuration
This module needs additional configurations, which you can add to your config file by running:
| $ reptor defectdojo --conf
DefectDojo URL: https://localhost
DefectDojo API key v2: your-api-key
|
Usage
1
2
3
4
5
6
7
8
9
10
11
12 | usage: reptor defectdojo [-h] [--conf] [--tags TAGS] [--url [URL]]
Imports DefectDojo finding templates
optional arguments:
-h, --help show this help message and exit
--conf, --config Configure plugin settings
Global Importer Settings:
--tags TAGS Comma-separated tags for new templates
--url [URL] DefectDojo API
|