Skip to content

Commit

Permalink
Update OUTPUTS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrau1 committed Feb 4, 2024
1 parent 80a6f2f commit 6f25540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/outputs/OUTPUTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To review the list of possible Output providers, use the following ElectricEye c

```bash
$ python3 eeauditor/controller.py --list-options
['amazon_sqs', 'cam_json', 'cam_mongodb', 'cam_postgresql', 'csv', 'ddb_backend', 'firemon_cloud_defense', 'html', 'html_compliance', 'json', 'json_normalized', 'mongodb', 'postgresql', 'sechub', 'slack', 'stdout']
['amazon_sqs', 'cam_json', 'cam_mongodb', 'cam_postgresql', 'csv', 'firemon_cloud_defense', 'html', 'html_compliance', 'json', 'json_normalized', 'mongodb', 'ocsf_kdf', 'ocsf_v1_1_0', 'postgresql', 'sechub', 'slack', 'stdout']
```

#### IMPORTANT NOTE!! You can specify multiple Outputs by providing the `-o` or `--outputs` argument multiple times, for instance: `python3 eeauditor/controller.py -t AWS -o json -o csv -o postgresql`
Expand Down

0 comments on commit 6f25540

Please sign in to comment.