최신GitHub Advanced Security GHAS - GitHub-Advanced-Security무료샘플문제
문제1
In the pull request, how can developers avoid adding new dependencies with known vulnerabilities?
In the pull request, how can developers avoid adding new dependencies with known vulnerabilities?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제2
A secret scanning alert should be closed as "used in tests" when a secret is:
A secret scanning alert should be closed as "used in tests" when a secret is:
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
As a developer with write access, you navigate to a code scanning alert in your repository. When will GitHub close this alert?
As a developer with write access, you navigate to a code scanning alert in your repository. When will GitHub close this alert?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제4
In a private repository, what minimum requirements does GitHub need to generate a dependencygraph? (Each answer presents part of the solution. Choose two.)
In a private repository, what minimum requirements does GitHub need to generate a dependencygraph? (Each answer presents part of the solution. Choose two.)
정답: C,D
설명: (KoreaDumps 회원만 볼 수 있음)
문제5
Which of the following tasks can be performed by a security team as a proactive measure to help address secret scanning alerts? (Each answer presents a complete solution. Choose two.)
Which of the following tasks can be performed by a security team as a proactive measure to help address secret scanning alerts? (Each answer presents a complete solution. Choose two.)
정답: A,C
설명: (KoreaDumps 회원만 볼 수 있음)
문제6
Which key is required in the update settings of the Dependabot configuration file?
Which key is required in the update settings of the Dependabot configuration file?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제7
Which of the following statements most accurately describes push protection for secret scanning custom patterns?
Which of the following statements most accurately describes push protection for secret scanning custom patterns?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제8
As a repository owner, you do not want to run a GitHub Actions workflow when changes are made to any .txt or markdown files. How would you adjust the event trigger for a pull request that targets the main branch?
(Each answer presents part of the solution. Choose three.)
* on:
* pull_request:
* branches: [main]
As a repository owner, you do not want to run a GitHub Actions workflow when changes are made to any .txt or markdown files. How would you adjust the event trigger for a pull request that targets the main branch?
(Each answer presents part of the solution. Choose three.)
* on:
* pull_request:
* branches: [main]
정답: B,C,D
설명: (KoreaDumps 회원만 볼 수 있음)