What combination of security measures helps to mitigate risks throughout the SDLC (Software Development Life Cycle)?
Correct Answer: A
These three features provide a complete layer of defense:
Code scanning identifies security flaws in your source code
Secret scanning detects exposed credentials
Dependency review shows the impact of package changes during a pull request Together, they give developers actionable insight into risk and coverage throughout the SDLC.