1 / 5
Fill in: 'We ___ every commit for accidentally hardcoded credentials before it merges.'
-
-
-
-
We 'scan' a commit — the standard, established security collocation. The other options aren't idiomatic here.
2 / 5
Fill in: 'A leaked secret found in history should ___ immediate rotation, not just deletion.'
-
-
-
-
We 'trigger' rotation — the standard collocation for a finding activating a response process. The other options are less idiomatic here.
3 / 5
Fill in: 'We ___ false positives from the scanner's rule set so real alerts don't get ignored.'
-
-
-
-
We 'tune out' false positives — the standard collocation for reducing noisy alerts. The other options aren't idiomatic here.
4 / 5
Fill in: 'We ___ scanning into the pre-commit hook so secrets never leave a developer's machine.'
-
-
-
-
We 'bake' scanning into a workflow — the standard collocation for embedding a check early. The other options aren't idiomatic here.
5 / 5
Fill in: 'We ___ historical commits, not just new ones, when we first roll out a scanner.'
-
-
-
-
We 'audit' historical commits — the standard collocation for a retrospective check. The other options aren't idiomatic here.