Skip to content

Releases: drona-gyawali/secret-scanner

v2.0.1

30 Jun 13:49
Compare
Choose a tag to compare

Description:

This patch fixes a critical bug and adds over 20 new secret detection regex patterns to improve scanning accuracy.

  • Fixed a key bug affecting input processing.
  • Added 20+ new secret regex patterns for better secret detection.

v2.0.0

13 Jun 05:16
Compare
Choose a tag to compare

feat: Add automatic binary download and installation v2.0.0

  • Automatic scanner binary downloads from GitHub releases
  • Smart binary detection (global -> local -> download)
  • SHA256 integrity verification for security
  • Progress tracking with visual feedback
  • Global installation to ~/.local/bin
  • Enhanced regex API for better detection
  • Seamless user experience without manual setup
  • Cross-platform support for Linux and macOS

Resolves manual download friction and permission issues

v1.0.0

03 Jun 14:15
Compare
Choose a tag to compare

Initialize monorepo with core, VS Code extension,& CI/CD workflow

  • Set up monorepo structure containing:

    • scanner-core/ for the C++ secret scanner tool with CMake build system
    • scanner-extension/ for the VS Code extension using TypeScript
  • Added root-level CMakeLists.txt to include scanner-core as a subdirectory for easy build management

  • Configured GitHub Actions workflow to build on Ubuntu, and macOS, upload build artifacts, and create GitHub releases automatically on tag push

  • Added scripts and configs needed for extension packaging and publishing

  • Included .vscodeignore and TypeScript configs for the extension

  • Documented build and install instructions for Linux with note on configuring other OSes accordingly

  • Prepared project for publishing and distribution on VS Code Marketplace"

Signed-off-by: drona-gyawali dronarajgyawali@gmail.com