Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Deployment analyzer rules

The deployment analyzer contains five rules that are included by default with ReleaseOps.

Rule nameRule setMatch TypeDescription
Has Code ChangeDefaultAnyDetects any script change in the update sets.
Has Security ACL RolesSecurityAnyDetects any changes to roles or new roles in the update sets.
Has Security ACLsSecurityAnyDetects any changes to ACLs or new ACLs in the update sets.
Only Catalog Item ChangesDefaultAllVerifies that the update sets contain only data from specific catalog tables.
Schema ChangeDefaultAnyDetects if new schema columns are added. Configured to only trigger if the table has more than 10,000 rows.

Note: Any means that the rule will act as an or search with other rules. All means that the rule will match only if no other rules match.

Parent Topic:ReleaseOps reference