ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 100 - CV0-004 discussion

Report
Export

Which of the following can reduce the risk of CI/CD pipelines leaking secrets?

A.
Protected Git branches
Answers
A.
Protected Git branches
B.
Use of a VM instead of containers
Answers
B.
Use of a VM instead of containers
C.
Private image repositories
Answers
C.
Private image repositories
D.
Canary tests
Answers
D.
Canary tests
Suggested answer: A

Explanation:

Protected Git branches help reduce the risk of CI/CD pipelines leaking secrets by imposing restrictions on who can commit to the branches, enforce status checks before merging, and prevent unauthorized access or changes to sensitive information, such as API keys, passwords, and secret tokens. This ensures that only approved changes can be made to the codebase, and sensitive information is safeguarded.

asked 02/10/2024
Nathalie Agustin
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first