pyvider-hcl 2025-12-26
Added bandit security scanning configuration
3 files · 144+ · 1,677-

Added bandit security scan configuration

3 files changed
  • pyproject.toml Added [tool.bandit] section and removed commented-out uv sources block
  • wrknv.toml Added [tasks.security] with bandit command
  • uv.lock Updated lock file (significant churn from dependency resolution changes)
  • Added [tool.bandit] section to pyproject.toml with exclude_dirs = [".venv", "tests", "workenv"] harden behavioral
    1 file
    • pyproject.toml
  • Added [tasks.security] to wrknv.toml with bandit -r src/ -c pyproject.toml command harden behavioral
    1 file
    • wrknv.toml
  • Removed commented-out [tool.uv.sources] block for provide-foundation local path baseline internal
    1 file
    • pyproject.toml