Linked Questions

Popular Questions

Hi stackoverflow members! I have a flask application which uses MS SQL Server and it works fine. I ran bandit ( a static analyse security tool) and I got the reports. Now, I want to automate the process of analysis as per the frequency defined. So, all the code is analyzed often and the output report or notifications are saved in my local machine, if any, of the project fails to meet the quality gate.

I work on windows 10 machine, SQL Server 2014 and python 3.6.

Related Questions