PyCQA / bandit

Bandit is a tool designed to find common security issues in Python code.
https://bandit.readthedocs.io
Apache License 2.0
6.52k stars 612 forks source link

Bandit container image. #1087

Closed lukehinds closed 10 months ago

lukehinds commented 10 months ago

Following on from the discussion in https://github.com/PyCQA/bandit/pull/1086 , we could generate are own official bandit images for use in CI / CD. I expect the best way to achieve this is using a build / publish action in github actions. Makes sense to use the sigstore project so images can be signed / validated too.