Skip to content

feat: add --verbose flag shortcut for log level#144

Open
ahfoysal wants to merge 1 commit into
OWASP:mainfrom
ahfoysal:chore/129-verbose-log-level
Open

feat: add --verbose flag shortcut for log level#144
ahfoysal wants to merge 1 commit into
OWASP:mainfrom
ahfoysal:chore/129-verbose-log-level

Conversation

@ahfoysal

@ahfoysal ahfoysal commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Implemented OWASP/DockSec #129.

What changed

  • Added CLI option to set when not already set.
  • Ensured verbose mapping runs before output initialization.
  • Kept command output tests explicit and non-breaking:
    • sets env var when unset
    • does not overwrite pre-set
  • Updated README usage examples with verbose command example.

Validation

  • ============================= test session starts ==============================
    platform darwin -- Python 3.9.6, pytest-8.4.2, pluggy-1.6.0
    rootdir: /Users/apple/Documents/DockSec
    configfile: pyproject.toml
    plugins: anyio-4.12.1, langsmith-0.4.37
    collected 53 items

tests/test_cli.py ..................................................... [100%]

============================== 53 passed in 2.05s ============================== (53 passed)

@github-actions github-actions Bot added documentation Improvements or additions to documentation cli Changes to the CLI entry point tests Changes to the test suite labels Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli Changes to the CLI entry point documentation Improvements or additions to documentation tests Changes to the test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant