You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For CI pipelines it can be convenient to run a linting/checking tool from a Docker image. For example, Pyup provides their safety tool as a Docker image that you can run in a CI pipeline with:
This is useful so that instead of ensuring that safety is installed on a CI worker, you just pull the image and run.
It would be great to have a similar image for Bandit. There's a handful of ones I see in Dockerhub that have been created by random people and haven't been updated in some time, so it'd be great to have an official supported image that's kept up to date.
Describe the solution you'd like
A Docker image in Dockerhub that contains Bandit, tagged with the version that is installed in the image (latest always being the most recently released version of Bandit)
Describe alternatives you've considered
Currently I build my own image and install bandit into it, but it'd be nice to not have to maintain that and have an official image that can be used by the community at large.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
For those looking for something in the interim before this issue is addressed, In the absence of an official PyCQA endorsed image, this one works: https://github.com/cytopia/docker-bandit
Is your feature request related to a problem? Please describe.
For CI pipelines it can be convenient to run a linting/checking tool from a Docker image. For example, Pyup provides their
safety
tool as a Docker image that you can run in a CI pipeline with:This is useful so that instead of ensuring that
safety
is installed on a CI worker, you just pull the image and run.It would be great to have a similar image for Bandit. There's a handful of ones I see in Dockerhub that have been created by random people and haven't been updated in some time, so it'd be great to have an official supported image that's kept up to date.
Describe the solution you'd like
A Docker image in Dockerhub that contains Bandit, tagged with the version that is installed in the image (
latest
always being the most recently released version of Bandit)Describe alternatives you've considered
Currently I build my own image and install bandit into it, but it'd be nice to not have to maintain that and have an official image that can be used by the community at large.
Additional context
N/A
The text was updated successfully, but these errors were encountered: