Finding
Severity: MINOR
Section: 6
Evidence: .github/dependabot.yml
Principle: YAGNI
Dependabot is configured only for Docker images in /exporter. The Python toolchain dependencies in pixi.toml (bandit, ruff, pytest, yamllint, python) have no automated update mechanism. This means security patches to these tools require manual updates.
Part of #100
Finding
Severity: MINOR
Section: 6
Evidence: .github/dependabot.yml
Principle: YAGNI
Dependabot is configured only for Docker images in
/exporter. The Python toolchain dependencies inpixi.toml(bandit, ruff, pytest, yamllint, python) have no automated update mechanism. This means security patches to these tools require manual updates.Part of #100