v0.1.9
Code Guardian v0.1.9 🛡️
[0.1.9] - 2025-10-21
⚙️ Miscellaneous Tasks
• 82947f0 chore(release): prepare for v0.1.8
• f537214 fix: resolve TruffleHog BASE/HEAD same commit issue (#24)
• 2b92f55 Update Perplexity Agents (#22)
• 95f65c3 fix: add gitleaks configuration to handle test data (#21)
• 974c83d fix: final security workflow syntax and artifact issues
• fd1ad5a fix: final security workflow fixes
🚀 Features
- Add production-ready CI/CD, documentation, testing, and monitoring features
• 739d606 fix: resolve security workflow issues
• 3335bae fix: resolve GitHub Actions failures
📦 Installation
Download Binary
Download the appropriate binary for your platform from the assets below:
- Linux (x86_64):
code-guardian-x86_64-unknown-linux-gnu.tar.gz - macOS (Intel):
code-guardian-x86_64-apple-darwin.tar.gz - macOS (Apple Silicon):
code-guardian-aarch64-apple-darwin.tar.gz - Windows:
code-guardian-x86_64-pc-windows-msvc.zip
Using Cargo (from crates.io)
cargo install code-guardian-cliUsing Cargo (from source)
cargo install --git https://github.com/d-oit/code-guardian --tag v0.1.9🚀 Quick Start
# Basic scan
./code_guardian_cli scan /path/to/project
# With custom config
./code_guardian_cli scan /path/to/project --config config.toml
# Generate HTML report
./code_guardian_cli scan /path/to/project --format html --output report.html📝 Changes from Pull Request #26
Title: Release v0.1.9
Description:
Automated release PR for version 0.1.9
Changes
- Bumped version to 0.1.9
- Updated changelog
Checklist
- All tests pass
- Code formatted
- No clippy warnings
- Security audit passed
- Coverage meets requirements
Commits Merged:
- 82947f0 chore(release): prepare for v0.1.8
- f537214 fix: resolve TruffleHog BASE/HEAD same commit issue (#24)
- 2b92f55 Update Perplexity Agents (#22)
- 95f65c3 fix: add gitleaks configuration to handle test data (#21)
- 974c83d fix: final security workflow syntax and artifact issues
- fd1ad5a fix: final security workflow fixes
- 739d606 fix: resolve security workflow issues
- 3335bae fix: resolve GitHub Actions failures