tylerwince / flake8-bandit

Automated security testing using bandit and flake8.
MIT License
110 stars 23 forks source link

Migrate CI from Travis to GitHub Actions #36

Closed skwashd closed 2 years ago

skwashd commented 2 years ago

Over a year and a half ago Travis dropped their support for open source projects. I ported the Travis CI job to GitHub Actions. I made a few other changes along the way to ensure the pipelines would work properly:

skwashd commented 2 years ago

Here is an example of the matrix build in operation - https://github.com/skwashd/flake8-bandit/actions/runs/2856412389

If at first you don't succeed, try try again!