GitHub Secret Scanning API

The GitHub Secret Scanning API lets you retrieve and manage secret scanning alerts for repositories, organizations, and enterprises. Secret scanning detects tokens, keys, and other credentials accidentally committed to repositories. The API provides endpoints to list, get, and update alert statuses, as well as manage push protection bypass requests and list alert locations.

API entry from apis.yml

apis.yml Raw ↑
aid: github:github-secret-scanning-api
name: GitHub Secret Scanning API
tags:
- Secret Scanning
- Security
baseURL: https://api.github.com
humanURL: https://docs.github.com/en/rest/secret-scanning?apiVersion=2022-11-28
properties:
- url: https://docs.github.com/en/rest/secret-scanning
  type: Documentation
description: The GitHub Secret Scanning API lets you retrieve and manage secret scanning alerts for repositories,
  organizations, and enterprises. Secret scanning detects tokens, keys, and other credentials accidentally
  committed to repositories. The API provides endpoints to list, get, and update alert statuses, as well
  as manage push protection bypass requests and list alert locations.