List of questions
Related questions
Question 75 - 300-910 discussion
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?
A.
Store the access token with GitHub environment variables
B.
Store the access token with GitHub encrypted secrets
C.
Store the access token in an environment file in the repository
D.
Hard code the access token in the repository with Base64 encoding
Your answer:
0 comments
Sorted by
Leave a comment first