
Ultimate access to all questions.
Your company is developing a web-based application and is focused on ensuring that production deployments are traceable and auditable back to the specific source code commits. This means that at any point, you should be able to identify which code changes are running in production by reviewing the deployment logs. What should you do?
A
Make sure a developer is tagging the code commit with the date and time of commit.
B
Make sure a developer is adding a comment to the commit that links to the deployment.
C
Make the container tag match the source code commit hash.
D
Make sure the developer is tagging the commits with latest.