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

GitHub dependabot API.

Link to this section Summary

Functions

Get an organization public key

Get a repository public key

List Dependabot alerts for an enterprise

List Dependabot alerts for an organization

List Dependabot alerts for a repository

List organization secrets

List repository secrets

List selected repositories for an organization secret

Remove selected repository from an organization secret

Lists the repositories Dependabot can access in an enterprise

Lists the repositories Dependabot can access in an organization

Set the default repository access level for Dependabot

Set the default repository access level for Dependabot in an enterprise

Set selected repositories for an organization secret

Updates Dependabot's repository access list for an enterprise

Updates Dependabot's repository access list for an organization

Link to this section Functions

Link to this function

add_selected_repo_to_org_secret(org, secret_name, repository_id, body, options \\ nil)

Add selected repository to an organization secret

@see https://docs.github.com/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret

Link to this function

create_or_update_org_secret(org, secret_name, body, options \\ nil)

Create or update an organization secret

@see https://docs.github.com/rest/dependabot/secrets#create-or-update-an-organization-secret

Link to this function

create_or_update_repo_secret(secret_name, body, options \\ nil)

Create or update a repository secret

@see https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret

Link to this function

delete_org_secret(org, secret_name, options \\ nil)

Delete an organization secret

@see https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret

Link to this function

delete_repo_secret(secret_name, options \\ nil)

Delete a repository secret

@see https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret

Link to this function

get_alert(alert_number, options \\ nil)

Get a Dependabot alert

@see https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert

Link to this function

get_org_public_key(org, options \\ nil)

Get an organization public key

@see https://docs.github.com/rest/dependabot/secrets#get-an-organization-public-key

Link to this function

get_org_secret(org, secret_name, options \\ nil)

Get an organization secret

@see https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret

Link to this function

get_repo_public_key(options \\ nil)

Get a repository public key

@see https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key

Link to this function

get_repo_secret(secret_name, options \\ nil)

Get a repository secret

@see https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret

Link to this function

list_alerts_for_enterprise(enterprise, options \\ nil)

List Dependabot alerts for an enterprise

@see https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-an-enterprise

Link to this function

list_alerts_for_org(org, options \\ nil)

List Dependabot alerts for an organization

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

Link to this function

list_alerts_for_repo(options \\ nil)

List Dependabot alerts for a repository

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

Link to this function

list_org_secrets(org, options \\ nil)

List organization secrets

@see https://docs.github.com/rest/dependabot/secrets#list-organization-secrets

Link to this function

list_repo_secrets(options \\ nil)

List repository secrets

@see https://docs.github.com/rest/dependabot/secrets#list-repository-secrets

Link to this function

list_selected_repos_for_org_secret(org, secret_name, options \\ nil)

List selected repositories for an organization secret

@see https://docs.github.com/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret

Link to this function

remove_selected_repo_from_org_secret(org, secret_name, repository_id, options \\ nil)

Remove selected repository from an organization secret

@see https://docs.github.com/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret

Link to this function

repository_access_for_enterprise(enterprise, options \\ nil)

Lists the repositories Dependabot can access in an enterprise

@see https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-enterprise

Link to this function

repository_access_for_org(org, options \\ nil)

Lists the repositories Dependabot can access in an organization

@see https://docs.github.com/rest/dependabot/repository-access#lists-the-repositories-dependabot-can-access-in-an-organization

Link to this function

set_repository_access_default_level(org, body, options \\ nil)

Set the default repository access level for Dependabot

@see https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot

Link to this function

set_repository_access_default_level_for_enterprise(enterprise, body, options \\ nil)

Set the default repository access level for Dependabot in an enterprise

@see https://docs.github.com/rest/dependabot/repository-access#set-the-default-repository-access-level-for-dependabot-in-an-enterprise

Link to this function

set_selected_repos_for_org_secret(org, secret_name, body, options \\ nil)

Set selected repositories for an organization secret

@see https://docs.github.com/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret

Link to this function

update_alert(alert_number, body, options \\ nil)

Update a Dependabot alert

@see https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert

Link to this function

update_repository_access_for_enterprise(enterprise, body, options \\ nil)

Updates Dependabot's repository access list for an enterprise

@see https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-enterprise

Link to this function

update_repository_access_for_org(org, body, options \\ nil)

Updates Dependabot's repository access list for an organization

@see https://docs.github.com/rest/dependabot/repository-access#updates-dependabots-repository-access-list-for-an-organization