What Cortex Security guarantees
Three commitments shape every surface below, and they are worth reading before the feature list because they explain the shape of everything else.The merge gate is GitHub’s, not Cortex’s. Whether a failing Cortex Security check blocks a merge depends on whether you made it a required status check in GitHub branch protection. See Checks and comments.
Start here
Security quickstart
Install the GitHub App, enable a repository, and read your first review end to end.
How a review works
The stages a review moves through, the second pass, and why the verdict is arithmetic.
Reviews and scans
Checks and comments
The check run and its three conclusions, the summary comment, inline findings, and re-running a review.
Review policy
When to review, what to look at, what to report, and how hard a finding lands.
Repository scans
On-demand and weekly scans of a repository you own, and what you can do with a finding.
Cortex Agent runs
Evidence gathered by running the change in an isolated runtime, and why a run is never a pass.
Configure
Installation and repositories
The installation, the repositories list, what the App asks for, and how to stop reviews.
Security troubleshooting
No check run, a review stuck, comments missing, or a finding that looks wrong.
How a review behaves
Three things called security
The word does a lot of work across Cortex, so keep these apart.How it fits with the other products
Three GitHub-adjacent things exist, and reaching for the wrong one is the most common mistake.- The Cortex Security GitHub App reviews pull requests in place. It is installed from the Security surfaces and described in Installation and repositories.
- Connect GitHub in Cortex Code is a separate connection, used for Code sessions. Neither install implies the other. See Connect GitHub.
- The Cortex CLI can review a diff from within your own pipeline, which is a headless Code run rather than the Security App. Use whichever fits, or both. See Headless and one-shot runs.
Related
- Security quickstart - from nothing to a first reviewed pull request.
- How a review works - the stages, the verifier, the verdict.
- Checks and comments - what lands on the pull request.
- Pull-request review - the same product, seen from the Cortex Code tab.
- CI cookbook - reviewing a diff from your own pipeline instead.