Checks that passing status checks are required before merging in Azure DevOps.Documentation Index
Fetch the complete documentation index at: https://help.dsalta.com/llms.txt
Use this file to discover all available pages before exploring further.
Why This Matters
Code changes merged without peer review bypass a critical quality and security gate. Unreviewed code may contain vulnerabilities, logic errors, or backdoors. Code review policies are required for SOC 2 (CC8.1), ISO 27001 (A.14.2.1), and are an industry standard for secure development.What DSALTA Checks
DSALTA connects to your Azure DevOps environment using read-only API access and evaluates this configuration on every sync cycle. The test result appears in your Data Library → Tests dashboard:- Passing — The configuration meets requirements. No action needed.
- Failing — The configuration does not meet requirements. Follow the remediation steps below.
- Not configured — The integration is connected but the required service or feature has not been set up yet.
How to Fix
If this test is failing, follow these steps to remediate:- Navigate to your Azure DevOps repository settings.
- Go to Branch Protection Rules (or equivalent) for your default branch (usually
mainormaster). - Enable Require pull request reviews before merging with at least 1 required reviewer.
- Enable Require status checks to pass before merging and select relevant CI/CD checks.
- Enable Include administrators to ensure admins also follow the process.
- Disable Allow force pushes and Allow deletions on protected branches.
- Once configured, DSALTA will detect the change on the next sync cycle and update the test status to Passing.
Frequently Asked Questions
How often does this test run?
How often does this test run?
This test runs automatically every 24 hours when the Azure DevOps integration is connected. You can trigger a manual sync at any time from the integration settings page.
What happens if this test fails?
What happens if this test fails?
A failing test generates an alert in your DSALTA dashboard. The assigned responsible role receives a notification. Remediate the issue before it affects your compliance posture.
Can I exclude this test?
Can I exclude this test?
Yes. If this test does not apply to your environment, you can mark it as Not Applicable with a justification. This exclusion is documented for auditors.
Does DSALTA modify my Azure DevOps configuration?
Does DSALTA modify my Azure DevOps configuration?
No. DSALTA uses read-only API access and never modifies, creates, or deletes resources in your environment. Remediation actions must be performed by your team directly in Azure DevOps.
.png?fit=max&auto=format&n=tsMQJyneJ1xquFUo&q=85&s=4d401cc03b547d99b6f75a6bd170c334)