Releases: EdgarPsda/devsecops-kit
Releases · EdgarPsda/devsecops-kit
🚀 GitHub Release: v0.4.1
We've closed the security feedback loop! v0.4.1 moves the DevSecOps Kit from a CI-only tool to a complete, developer-first security platform.
This release ensures developers get fast, actionable feedback before pushing to CI.
✨ Major New Features
- Local Security Scanning (
devsecops scan): Run all configured tools (Semgrep, Trivy, Gitleaks) on your machine with a single command. The local result always matches the CI policy. - Git Hooks Integration:
devsecops init-hooksinstallspre-commit(blocking) andpre-push(warning) hooks. Security policy enforcement is now Shifted Furthest Left!
- Rich Reporting & UX:
- HTML Reports: Generate beautiful, interactive reports locally:
devsecops scan --format=html --open - Rich terminal output with progress bars and color-coding for faster developer feedback.
- HTML Reports: Generate beautiful, interactive reports locally:
⚙️ Improvements
- Parallel execution of all scanners for minimal performance impact.
- Respects all
fail_onthresholds andexclude_pathsin thesecurity-config.ymllocally. - New
go.modstructure for better dependency management.
📦 Installation
To update your kit:
go install [github.com/edgarpsda/devsecops-kit/cmd/devsecops@latest](https://github.com/edgarpsda/devsecops-kit/cmd/devsecops@latest)