Clone
Contents
Table of Contents
Security API
Security scanning alerts and configuration.
Alerts
| Method | Endpoint | Description |
|---|---|---|
| GET | /{owner}/{repo}/security |
View security alerts (web) |
| POST | /{owner}/{repo}/security/scan |
Trigger scan (admin) |
| POST | /{owner}/{repo}/security/alert/{id} |
Update alert status |
Scanner Configuration
Configure via Repository Settings > Security. Scanners:
- Secret Scanner (active) - 15 built-in patterns
- Dependency Scanner (active) - vulnerability scanning via OSV.dev
- Code Scanner (planned)
- Config Scanner (planned)
- License Scanner (planned)