pandorazboxx

Results 4 comments of pandorazboxx

I'm getting a similar issue using Git Bash on Windows 10. With Python 3.7.3 and Release 1.6.2 of bandit. ``` File "\AppData\Roaming\Python\Python37\site-packages\bandit\core\manager.py", line 173, in output_results "%s" % (output_format, str(e)))...

Interestingly.... this works just fine in powershell. So, there's a workaround for anyone on Windows running into the same problem.

I also had the same issue. pointing `plantuml.jar` to the local copy of plantuml.jar allowed the extension to work.

This was such a bummer to find out after I spent a while figuring out how to get secrets to work in my docker build/buildx command. I went to finally...