diff --git a/README.md b/README.md index 6e8cb6a3855f..2d8c65e361fc 100644 --- a/README.md +++ b/README.md @@ -301,27 +301,6 @@ trufflehog elasticsearch \ --api-key 'MlVtVjBZ...ZSYlduYnF1djh3NG5FQQ==' ``` -## 15. Scan HuggingFace - -### Scan a HuggingFace Model, Dataset or Space - -```bash -trufflehog huggingface --model --space --dataset -``` - -### Scan all Models, Datasets and Space belonging to a HuggingFace Org/User - -```bash -trufflehog huggingface --org --user -``` - -Optionally, skip scanning a type of resource with `--skip-models`, `--skip-datasets`, `--skip-spaces` or a particular resource with `--ignore-models/datasets/spaces `. - -### Scan Discussion and PR Comments -```bash -trufflehog huggingface --model --include-discussions --include-prs -``` - # :question: FAQ - All I see is `🐷🔑🐷 TruffleHog. Unearth your secrets. 🐷🔑🐷` and the program exits, what gives?