DevSecOps best practices – technology
In the previous section, we explained how to embed security as part of a CI/CD pipeline.
Now, let us review some of the services offered by AWS, Azure, and GCP to assist in DevSecOps.
Amazon Q Developer
This is a GenAI developer assistant that can be integrated into a developer’s IDE and offers code suggestions.
Combined with Amazon CodeGuru Security, a developer gets security capabilities such as SAST scanning to detect code vulnerabilities, secrets scanning to detect secrets embedded in code, and IaC scanning to detect misconfiguration and security issues inside IaC.
For more information, see the following links:
- https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/what-is.html
- https://docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html
GitHub Copilot
This is a GenAI developer assistant that can be integrated into a developer’s IDE and offers code suggestions...