Q1. An organization is using AI to automate code scanning in their CI/CD pipeline. Which AI capability is primarily being leveraged here?
- A.Generative Adversarial Networks (GANs)
- B.Static Application Security Testing (SAST) analysis✓ Correct
- C.Deepfake generation
- D.Reinforcement learning
Explanation: AI-enhanced SAST tools scan source code to identify vulnerabilities, coding errors, and compliance issues during the CI/CD process. Learn more.