Noizu.Github.Api.SecretScanning (Noizu Labs: Github API v0.5.0)

GitHub secret-scanning API.

Link to this section Summary

Functions

Create a push protection bypass

Get a secret scanning alert

Get secret scanning scan history for a repository

List secret scanning alerts for an organization

List secret scanning alerts for a repository

List locations for a secret scanning alert

List organization pattern configurations

Update a secret scanning alert

Update organization pattern configurations

Link to this section Functions

Link to this function

create_push_protection_bypass(body, options \\ nil)

Create a push protection bypass

@see https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass

Link to this function

get_alert(alert_number, options \\ nil)

Get a secret scanning alert

@see https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert

Link to this function

get_scan_history(options \\ nil)

Get secret scanning scan history for a repository

@see https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository

Link to this function

list_alerts_for_org(org, options \\ nil)

List secret scanning alerts for an organization

@see https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization

Link to this function

list_alerts_for_repo(options \\ nil)

List secret scanning alerts for a repository

@see https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository

Link to this function

list_locations_for_alert(alert_number, options \\ nil)

List locations for a secret scanning alert

@see https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert

Link to this function

list_org_pattern_configs(org, options \\ nil)

List organization pattern configurations

@see https://docs.github.com/rest/secret-scanning/push-protection#list-organization-pattern-configurations

Link to this function

update_alert(alert_number, body, options \\ nil)

Update a secret scanning alert

@see https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert

Link to this function

update_org_pattern_configs(org, body, options \\ nil)

Update organization pattern configurations

@see https://docs.github.com/rest/secret-scanning/push-protection#update-organization-pattern-configurations