DEVX-175: generate_badges runs bandit without repo config — false FAIL badge #343

Merged
kireto merged 2 commits from DEVX-175-bandit-repo-config into master 2026-09-21 19:36:01 +00:00
Owner

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 force-pushed DEVX-175-bandit-repo-config from 8869510de4 to f3477db987 2026-09-21 18:43:19 +00:00 Compare
emil added 1 commit 2026-09-21 18:44:25 +00:00
fix: honor repo bandit config in badge quality check
CI / validate (pull_request) Failing after 1m16s
CI / auto-merge (pull_request) Skipped
1a42216b02
emil force-pushed DEVX-175-bandit-repo-config from f3477db987 to 1a42216b02 2026-09-21 18:44:25 +00:00 Compare
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 badge 2026-09-21 18:50:28 +00:00
emil added 1 commit 2026-09-21 19:34:51 +00:00
ci: retrigger validation with corrected PR title
CI / validate (pull_request) Successful in 54s
CI / auto-merge (pull_request) Successful in 14s
383169db3e
kireto approved these changes 2026-09-21 19:35:57 +00:00
kireto left a comment
Member

Auto-approved: all CI checks passed (validate job).

Auto-approved: all CI checks passed (validate job).
kireto merged commit 349057bf5d into master 2026-09-21 19:36:01 +00:00
kireto deleted branch DEVX-175-bandit-repo-config 2026-09-21 19:36:02 +00:00
Sign in to join this conversation.