QuestionQ5

Application Security

Which two methods are used to initiate pull request scans?

Choose two
  • A By version control system (VCS) event trigger
  • B Automatically at set intervals
  • C Using webhooks
  • D Manually using “scan now”
Explanation

Pull request scans start in response to version-control-system events, such as opening a pull request or pushing new commits to it, or through webhooks that deliver those events to the scanning service.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!