How It Works
- A pull request is opened or updated on GitHub
- Asymptote analyzes the full diff against your active policy packs
- Vulnerabilities are posted as inline comments at the exact lines of concern
- A check run is created (pass or fail) visible directly on the PR
- If configured to block, the PR cannot be merged until violations are resolved or dismissed
Enforcement
Each policy has an enforcement type that controls what happens when it fires:- Block: The PR cannot merge until the issue is resolved
- Warn: A comment is posted but merging is not blocked
- Monitor: The finding is logged silently without surfacing to the developer

