Fix tool to default CLI not LGTM sarif input

update readme minor improvement
This commit is contained in:
Kristen Newbury
2023-01-12 12:03:51 -05:00
parent 1a915e4de8
commit 7dad175d4d
2 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
# CLI tools for SARIF processing
Each of these tools present a high-level command-line interface to extract a
specific subset of information from a SARIF file. The main tools are: `sarif-extract-scans-runner`,`sarif-aggregate-scans`,`sarif-create-aggregate-report`
specific subset of information from a SARIF file. The main tools are: `sarif-extract-scans-runner`,`sarif-aggregate-scans`,`sarif-create-aggregate-report`.
Each tool can print its options and description like: `sarif-extract-scans-runner --help`.
The tool was implemented using Python 3.9.