Yelp / detect-secrets

An enterprise friendly way of detecting and preventing secrets in code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unrecognized arguments: --gibberish-model

timurbabs opened this issue · comments

I have downloaded gibberish-detector by using:
pip install detect-secrets[gibberish]

But it throws me an error when I try to use it:

detect-secrets scan --gibberish-model big.model
usage: detect-secrets [-h] [-v] [--version] [-C <path>] [-c NUM_CORES] {scan,audit} ...
detect-secrets: error: unrecognized arguments: --gibberish-model

You have an example with this line of code in your README.md

@timurbabs Hi. Thank you for reporting this. Can you please perform a detect-secrets scan -h and verify that the -- gibberish-model is a valid arguement? What detect-secrets version are you using?