Pelajaran 2 / 18
Tier-aware thresholds
What counts as a blocker is something you set per environment. Production can demand more than staging, and the gate enforces what you set on every run. Key points:
- You define the threshold, for example "no critical findings to reach production," and the gate holds the line on each build.
- The same finding can be advisory in one environment and a blocker in another; the tier decides.