Overview

scan-for-secrets 0.2 improves the CLI tool's usability and adds new Python API functions. The key improvement is streaming results as they're found instead of waiting until the end, making it much more responsive for large directory scans.

Changes by Version

0.2

  • Changed streaming results as they are found rather than waiting until the end, which is better for large directories
  • Added scan multiple directories with -d/--directory option can now be used multiple times
  • Added scan individual files with new -f/--file option for specifying one or more files
  • Added new Python API functions scan_directory_iter(), scan_file() and scan_file_iter()
  • Added verbose mode with -v/--verbose option which shows each directory being scanned