Questions
- Which of these is the recommended place for storing secrets?
A. Private Git repository
B. Public Git repository
C. Docker image
D. Secret management system
- Which one of the following is an open source secret management system?
A. Secret Manager
B. HashiCorp Vault
C. Anchore Grype
- Is it a good practice to download a secret within your CD pipeline’s filesystem?
- Which base image is generally considered more secure and consists of the fewest vulnerabilities?
A. Alpine
B. Slim
C. Buster
D. Default
- Which of the following answers are true about binary authorization? (Choose two)
A. It scans your images for vulnerabilities.
B. It allows only attested images to be deployed.
C. It prevents people from bypassing your CI/CD pipeline.