@@ -623,11 +623,11 @@ Use the import command to import new findings into DefectDojo.
623
623
#### Usage
624
624
625
625
```
626
- defectdojo-cli [global options] import <required flags> [optional flags]
627
- or: defectdojo-cli [global options] import --config ./config-file-path
628
- or: defectdojo-cli import [-h | --help]
629
- or: defectdojo-cli import example [subcommand options]
630
- or: defectdojo-cli import example [-h | --help]
626
+ universal-importer [global options] import <required flags> [optional flags]
627
+ or: universal-importer [global options] import --config ./config-file-path
628
+ or: universal-importer import [-h | --help]
629
+ or: universal-importer import example [subcommand options]
630
+ or: universal-importer import example [-h | --help]
631
631
632
632
>> The API token must be set in the environment variable `DD_IMPORTER_DOJO_API_TOKEN`.
633
633
```
@@ -657,13 +657,13 @@ You can use `deduplication-on-engagement` to restrict deduplication for imported
657
657
** Import Basic syntax:**
658
658
659
659
```
660
- defectdojo-cli import [options]
660
+ universal-importer import [options]
661
661
```
662
662
663
663
#### ** Import Example:**
664
664
665
665
```
666
- defectdojo-cli import \
666
+ universal-importer import \
667
667
--defectdojo-url "https://YOUR_INSTANCE.cloud.defectdojo.com/" \
668
668
--scan-type "burp scan" \
669
669
--report-path "./examples/burp_findings.xml" \
@@ -772,19 +772,19 @@ You can use `deduplication-on-engagement` to restrict deduplication for imported
772
772
#### Usage
773
773
774
774
```
775
- defectdojo-cli [global options] reimport <required flags> [optional flags]
776
- or: defectdojo-cli [global options] reimport --config ./config-file-path
777
- or: defectdojo-cli reimport [-h | --help]
778
- or: defectdojo-cli reimport example [subcommand options]
779
- or: defectdojo-cli reimport example [-h | --help]
775
+ universal-importer [global options] reimport <required flags> [optional flags]
776
+ or: universal-importer [global options] reimport --config ./config-file-path
777
+ or: universal-importer reimport [-h | --help]
778
+ or: universal-importer reimport example [subcommand options]
779
+ or: universal-importer reimport example [-h | --help]
780
780
781
781
>> The API token must be set in the environment variable `DD_IMPORTER_DOJO_API_TOKEN`.
782
782
```
783
783
784
784
#### ** Reimport Example:**
785
785
786
786
```
787
- defectdojo-cli reimport \
787
+ universal-importer reimport \
788
788
--defectdojo-url "https://YOUR_INSTANCE.cloud.defectdojo.com/" \
789
789
--scan-type "Nancy Scan" \
790
790
--report-path "./examples/nancy_findings.json" \
@@ -873,9 +873,9 @@ Interactive mode allows you to configure import and reimport process, step-by-st
873
873
#### Usage
874
874
875
875
```
876
- defectdojo-cli interactive
877
- or: defectdojo-cli interactive [--skip-intro] [--no-full-screen] [--log-path]
878
- or: defectdojo-cli interactive [-h | --help]
876
+ universal-importer interactive
877
+ or: universal-importer interactive [--skip-intro] [--no-full-screen] [--log-path]
878
+ or: universal-importer interactive [-h | --help]
879
879
```
880
880
881
881
#### Options
0 commit comments