generate_badges ran bandit -r src/ without config, so repos with a [tool.bandit] section (e.g. sso-bridge skip lists) got a false-FAIL quality badge despite passing make lint-all. Now passes -c pyproject.toml when the section exists.
Closes DEVX-175
generate_badges ran `bandit -r src/` without config, so repos with a `[tool.bandit]` section (e.g. sso-bridge skip lists) got a false-FAIL quality badge despite passing `make lint-all`. Now passes `-c pyproject.toml` when the section exists.
Closes DEVX-175
emil
changed title from DEVX-175: fix: honor repo bandit config in badge quality check to DEVX-175: generate_badges runs bandit without repo config — false FAIL badge2026-09-21 18:50:28 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
generate_badges ran
bandit -r src/without config, so repos with a[tool.bandit]section (e.g. sso-bridge skip lists) got a false-FAIL quality badge despite passingmake lint-all. Now passes-c pyproject.tomlwhen the section exists.Closes DEVX-175
8869510de4tof3477db987f3477db987to1a42216b02DEVX-175: fix: honor repo bandit config in badge quality checkto DEVX-175: generate_badges runs bandit without repo config — false FAIL badgeAuto-approved: all CI checks passed (validate job).