DevSecOps – Static Analysis SAST with Jenkins Pipeline.
As part of the DevSecOps implementation in the CICD pipeline, Scanning the Source code and performing Static Analysis SAST is important. SAST is basically Whitebox testing which will be performed on source code. This will help in finding very important vulnerabilities in the source code. Specifically, vulnerabilities defined by OWASP Top 10 should be mitigated. […]
DevSecOps – Static Analysis SAST with Jenkins Pipeline. Read More »