Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrinkiani committed Jan 26, 2024
1 parent 31d2d3a commit 4c6425d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ ModelScan supports the following arguments via the CLI:
| ```modelscan -p /path/to/model_file``` | -p or --path | Scan a locally stored model |
| ```modelscan -p /path/to/model_file --settings-file ./modelscan-settings.toml``` | --settings-file | Scan a locally stored model using custom configurations |
| ```modelscan create-settings-file``` | -l or --location | Create a configurable settings file |
| ```modelscan -r``` | -r or --reporting-format | Format of the output. Options are console, json, or custom (to be defined in settings-file). Default is console. |
| ```modelscan -r reporting-format -o file-name.format``` | -o or --output-file | Optional file name for output report |
| ```modelscan -l``` | -l, --log | level of log messages to display (default:INFO). Other options are CRITICAL, ERROR, WARNING, and DEBUG |
| ```modelscan --show-skipped``` | --show-skipped | Print a list of files that were skipped during the scan |


Remember models are just like any other form of digital media, you should scan content from any untrusted source before use.
Expand Down

0 comments on commit 4c6425d

Please sign in to comment.