You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sdk): add scanner-specific help for argus scan <name> --help
argus scan gitleaks --help now shows gitleaks-specific information:
- Scanner description (from class docstring)
- Tool installation status (installed locally or not)
- Install command (if not installed)
- Container image reference
- Usage examples specific to that scanner
- Common options
Unknown scanner names show the list of available scanners.
Implemented by intercepting --help in main() before argparse exits,
then introspecting the scanner module from SCANNER_REGISTRY.
0 commit comments