Releases: drona-gyawali/secret-scanner
v2.0.1
v2.0.0
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
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