·
5 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
🐛 Critical Fix
Secrets Worker Missing from Repository
- Fixed missing secrets worker - was being ignored by broad gitignore pattern
- Added gitignore exception for
workers/secrets/directory - Secrets worker now properly tracked in repository:
workers/secrets/Dockerfileworkers/secrets/requirements.txtworkers/secrets/worker.py
This release adds the missing secrets detection worker that should have been included in v0.7.1.
Included from v0.7.1
All improvements from v0.7.1 are included:
Worker Naming Fixes
- Fixed worker container naming mismatch between CLI and docker-compose
- Backend now correctly uses service names (
worker-python,worker-secrets, etc.)
Monitor Command Consolidation
- Unified
monitor livecommand with--onceand--styleflags
Findings CLI Improvements (Closes #18)
- Moved
showcommand tofinding(singular) for better UX - Kept
exportinfindings(plural) for exporting all findings - Removed broken
analyzecommand
📊 Changes
- 10 files changed from v0.7.0: 672 insertions(+), 204 deletions(-)
- Secrets worker fix: 4 files, 389 insertions
Full Changelog: v0.7.0...v0.7.2