Skip to content

v0.7.2 - Secrets Worker Fix

Latest

Choose a tag to compare

@tduhamel42 tduhamel42 released this 22 Oct 07:52
· 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/Dockerfile
    • workers/secrets/requirements.txt
    • workers/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 live command with --once and --style flags

Findings CLI Improvements (Closes #18)

  • Moved show command to finding (singular) for better UX
  • Kept export in findings (plural) for exporting all findings
  • Removed broken analyze command

📊 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