Skip to content

Commit d0fc79c

Browse files
Rony Xavierejaronne
Rony Xavier
authored andcommitted
Update readme
Signed-off-by: Rony Xavier <[email protected]>
1 parent 8ebdf5e commit d0fc79c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ HeimdallTools supplies several methods to convert output from various tools to "
1212
- **nessus_mapper** - commercial vulnerability scanner
1313
- **snyk_mapper** - commercial package vulnerability scanner
1414
- **nikto_mapper** - open-source web server scanner
15+
- **jfrog_xray_mapper** - package vulnerability scanner
1516

1617
Ruby 2.4 or higher (check using "ruby -v")
1718

@@ -181,6 +182,21 @@ FLAGS:
181182
example: heimdall_tools nikto_mapper -j nikto_results.json -o nikto_results.json
182183
```
183184

185+
## jfrog_xray_mapper
186+
187+
jfrog_xray_mapper translates an JFrog Xray results JSON file into HDF format JSON to be viewable in Heimdall
188+
189+
```
190+
USAGE: heimdall_tools jfrog_xray_mapper [OPTIONS] -j <xray-results-json> -o <hdf-scan-results.json>
191+
192+
FLAGS:
193+
-j <xray_results_json> : path to xray results JSON file.
194+
-o --output <scan-results> : path to output scan-results json.
195+
-V --verbose : verbose run [optional].
196+
197+
example: heimdall_tools jfrog_xray_mapper -j xray_results.json -o xray_results_hdf.json
198+
```
199+
184200
## version
185201

186202
Prints out the gem version

0 commit comments

Comments
 (0)