Question 8 of 10Pro Only
How do you handle secrets and credentials securely in a CI/CD pipeline? What security best practices should you follow?
Sample answer preview
Security in CI/CD pipelines is critical because pipelines often have access to production systems, cloud accounts, and sensitive data. A compromised pipeline can lead to serious breaches. Never store secrets in code or version control.
secrets managementVaultencrypted secretsleast privilegeOIDCsecret scanning