Skip to content

Commit

Permalink
Merge pull request #393 from mitre/ionchannel_raw
Browse files Browse the repository at this point in the history
Support --raw and --input cli options
  • Loading branch information
Amndeep7 authored May 20, 2022
2 parents 8442afe + 69b2831 commit 16a8d76
Show file tree
Hide file tree
Showing 3 changed files with 11,772 additions and 32 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,18 +364,20 @@ convert jfrog_xray2hdf Translate a JFrog Xray results JSON file into a
##### Ion Channel 2 HDF

```
convert ionchannel2hdf Pull and translate SBOM data from Ion Channel a
into Heimdall Data Format JSON file
convert ionchannel2hdf Pull and translate SBOM data from Ion Channel
into a Heimdall Data Format JSON file
FLAGS
-A, --allProjects Pull all projects available within your team
-L, --logLevel=<option> [default: info]
<options: info|warn|debug|verbose>
-a, --apiKey=<value> (required) API Key from Ion Channel user settings
-a, --apiKey=<value> API Key from Ion Channel user settings
-h, --help Show CLI help.
-o, --output=<value> (required) Output HDF JSON folder
-i, --input=<value>... Input Ion Channel JSON File(s)
-o, --output=<value> (required) Output JSON folder
-p, --project=<value>... The name of the project(s) you would like to pull
-t, --teamName=<value> (required) Your team name that contains the project(s) you would like to pull data from
--raw Output Ion Channel raw data
-t, --teamName=<value> Your team name that contains the project(s) you would like to pull data from
```

##### Tenable Nessus to HDF
Expand Down
Loading

0 comments on commit 16a8d76

Please sign in to comment.