If the team has done some automation testing, security testing can be built on top of it. For security testing to be integrated with automation frameworks, we need to consider the input data for the tool, the support of the API or CLI to trigger the execution, and the preferred testing report format, such as JSON, XML, or CSV. In addition, in order to consolidate all the testing reports generated by various security testing tools, we will introduce OWASP DefectDojo to import all the security findings and the security dashboard presentation. Therefore, the output format of the security testing tools is also part of the security testing tool selection criteria.
The following table lists some recommended security testing tools that provide flexible interfaces for automation framework integration, and the output formats can be...