par-tec / super-sast

A docker container with different testing tools.
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Fix: #50. Bump bandit 1.7.5 #51

Closed DrPlumcake closed 1 year ago

ioggstream commented 1 year ago

The proposed commit just reuses the installed libraries in tox.ini to run tests.

This should probably be done via:

  1. using the VIRTUALENV_SYSTEM_SITE_PACKAGES environment variable in the CI to avoid messing with tox.ini could be enough
ioggstream commented 1 year ago

Close to reopen.