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 step to GitHub workflow to check for security vulnerabilities #2317

Merged
merged 4 commits into from
Oct 25, 2021

Conversation

swryan
Copy link
Contributor

@swryan swryan commented Oct 25, 2021

Summary

Add a step tp the GitHub Actions Test workflow to scan the codebase for potential security vulnerabilities.

Uses bandit to look for High and Medium severity issues. Flagged lines of code have either been mitigated or vetted as acceptable and tagged with # nosec: and an explanation of why it is not considered a security threat.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

@coveralls
Copy link

coveralls commented Oct 25, 2021

Coverage Status

Coverage decreased (-0.3%) to 88.697% when pulling eb8de2f on swryan:banditry into f96163f on OpenMDAO:master.

@swryan swryan changed the title add step to workflow to look for security vulnerabilities Add step to GitHub workflow to check for security vulnerabilities Oct 25, 2021
@swryan swryan merged commit 039bc5b into OpenMDAO:master Oct 25, 2021
@swryan swryan mentioned this pull request Oct 25, 2021
@swryan swryan deleted the banditry branch November 23, 2021 12:48
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.

Add some static analysis to the CI pipeline
4 participants