ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 75 - 300-910 discussion

Report
Export

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

Answers
A.

Store the access token with GitHub environment variables

B.

Store the access token with GitHub encrypted secrets

Answers
B.

Store the access token with GitHub encrypted secrets

C.

Store the access token in an environment file in the repository

Answers
C.

Store the access token in an environment file in the repository

D.

Hard code the access token in the repository with Base64 encoding

Answers
D.

Hard code the access token in the repository with Base64 encoding

Suggested answer: B
asked 10/10/2024
Peter Stones
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first