CiscoCisco
300-910 · Question #61
300-910 Question #61: Real Exam Question with Answer & Explanation
Sign in or unlock 300-910 to reveal the answer and full explanation for question #61. The question stem and answer options stay visible for context.
CI/CD Pipelines
Question
A DevOps engineer must build a Docker image to containerize an application. Then the image must be pushed to a repository on Docker Hub in a CI/CD pipeline using GitHub Actions. Which approach securely encrypts the Docker Hub access token as an environment variable within the CI/CD pipeline?
Options
- AStore the access token with GitHub environment variables
- BStore the access token with GitHub encrypted secrets
- CStore the access token in an environment file in the repository
- DHard code the access token in the repository with Base64 encoding
Unlock 300-910 to see the answer
You've previewed enough free 300-910 questions. Unlock 300-910 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#GitHub Actions#CI/CD Security#Secrets Management#Docker Hub