Skip to content

Conversation

@lukehinds
Copy link
Contributor

@lukehinds lukehinds commented Jun 29, 2025

Introduce Bandit to CI checks.

  • Follow the CONTRIBUTING
    Guide
    .
  • Make your Pull Request title in the
    https://www.conventionalcommits.org/ specification.
  • Important Prefixes for
    release-please:
  • fix: which represents bug fixes, and correlates to a
    SemVer patch.
  • feat: represents a new feature, and correlates to a SemVer minor.
  • feat!:, or fix!:, refactor!:, etc., which represent a breaking
    change (indicated by the !) and will result in a SemVer major.
  • Ensure the tests and linter pass (Run nox -s format from the
    repository root to format)
  • Appropriate docs were updated (if necessary)

Fixes: #251 🦕

@lukehinds lukehinds requested a review from a team as a code owner June 29, 2025 22:07
@gemini-code-assist
Copy link
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@holtskinner holtskinner changed the title [feat] Add Bandit security linter to CI ci: Add Bandit security linter to CI Jun 30, 2025
@holtskinner holtskinner merged commit e75f27d into a2aproject:main Jun 30, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat]: Add Bandit security scanning

2 participants