Skip to content

Conversation

@CodeVishal-17
Copy link

@CodeVishal-17 CodeVishal-17 commented Jan 13, 2026

What is being addressed The PR validation pipeline currently does not run any Python security scanning.

This means potential security issues in Python code may go unnoticed during pull request review.

How is this addressed

  • Added Bandit security scanning to the PR validation workflow
  • Configured Bandit via pyproject.toml to centralize settings
  • Excluded test directories to reduce noise and false positives
  • Integrated the scan into the existing build_validation_develop.yml workflow
  • Verified the workflow runs successfully in a fork, as recommended No documentation or template version changes are required.
    Fixes Add bandit python code checks #4784

@CodeVishal-17 CodeVishal-17 requested a review from a team as a code owner January 13, 2026 15:41
@github-actions github-actions bot added the external PR from an external contributor label Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external PR from an external contributor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add bandit python code checks

1 participant