QuestionQ18
DevSecOps Pipeline-Code StageAllen Smith has been working as a senior DevSecOps engineer for the past four years at an IT company that develops software products and applications for retail companies. To detect common security issues in source code, he wants to integrate the Bandit SAST tool with Jenkins. Allen installed Bandit and created a Jenkins job. In the Source Code Management section, he provided the repository URL, credentials, and the branch he wants to analyze. Since Bandit is installed on the Jenkins server, he selected "Execute shell" for the Build step and configured the Bandit script.
After successfully integrating the Bandit SAST tool with Jenkins, in which of the following can Allen detect security issues?
- A Ruby code
- B Python code
- C C++ code
- D Java code
Community Discussion