pyvider-hcl
2025-12-26
Added bandit security scanning configuration
3 files · 144+ · 1,677-
Added bandit security scan configuration
3 files changed
pyproject.tomlAdded [tool.bandit] section and removed commented-out uv sources blockwrknv.tomlAdded [tasks.security] with bandit commanduv.lockUpdated lock file (significant churn from dependency resolution changes)
- Added
[tool.bandit]section to pyproject.toml withexclude_dirs = [".venv", "tests", "workenv"]harden behavioral1 file
pyproject.toml
- Added
[tasks.security]to wrknv.toml withbandit -r src/ -c pyproject.tomlcommand harden behavioral1 file
wrknv.toml
- Removed commented-out
[tool.uv.sources]block for provide-foundation local path baseline internal1 file
pyproject.toml