Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bandit workflow #1881

Closed
amontanez24 opened this issue Mar 29, 2024 · 0 comments · Fixed by #1884 or #1888
Closed

Add bandit workflow #1881

amontanez24 opened this issue Mar 29, 2024 · 0 comments · Fixed by #1884 or #1888
Assignees
Labels
maintenance Tasks related to infrastructure & dependencies
Milestone

Comments

@amontanez24
Copy link
Contributor

Problem Description

As a developer, it would be useful to get a static code analysis of our library every so often so we aren't accidently introducing known vulnerabilities.

Expected behavior

  • Add a Github Actions workflow that runs when a release is made. This action should
    • Run Bandit
    • Store the output as a file at the base level of the repo
  • Make sure the file doesn't get included when creating the package for SDV

Additional context

Bandit is an open sourced tool that can be used to scan python code for vulnerabilities.

@amontanez24 amontanez24 added the maintenance Tasks related to infrastructure & dependencies label Mar 29, 2024
@amontanez24 amontanez24 added this to the 1.12.0 milestone Apr 11, 2024
@amontanez24 amontanez24 self-assigned this Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Tasks related to infrastructure & dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant