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 #282

Closed
R-Palazzo opened this issue Apr 9, 2024 · 0 comments · Fixed by #281
Closed

Add bandit workflow #282

R-Palazzo opened this issue Apr 9, 2024 · 0 comments · Fixed by #281
Assignees
Labels
maintenance Tasks related to infrastructure & dependencies
Milestone

Comments

@R-Palazzo
Copy link
Contributor

R-Palazzo commented Apr 9, 2024

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 sdgym

Additional context

  • See this PR for inspiration
    Bandit is an open sourced tool that can be used to scan python code for vulnerabilities.
@R-Palazzo R-Palazzo added the maintenance Tasks related to infrastructure & dependencies label Apr 9, 2024
@amontanez24 amontanez24 added this to the 0.7.1 milestone May 17, 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.

2 participants