Quick Notes143 words

Security and compliance scanning strategy — quick notes

Scanning strategy — quick notes

ScanQuestion
DependencyAre third-party components vulnerable?
Code (SAST)Does our code contain vulnerable patterns?
SecretHave credentials been committed?
LicensingDo dependency licences comply?
  • Push protection can stop a supported secret before the push reaches the repository; required PR scans prevent merge after changes exist on a head branch.
  • Dependabot alerts can react to a new advisory without a commit and also to dependency-graph changes; use Azure always: true when a schedule must run without source/settings changes.
  • Configure gates with the required tools and the severity/license thresholds selected by the repository's risk policy.

Primary sources

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free