securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
21 stars 3 forks source link

Add --token to argparse rule #505

Closed ericwb closed 3 months ago

ericwb commented 3 months ago

Sometimes --token is used on the command line to pass a secret token. Therefore this rule should also check for it.

Closes #503