Noizu.Github.Api.Dependabot (Noizu Labs: Github API v0.5.0)
GitHub dependabot API.
Link to this section Summary
Functions
Add selected repository to an organization secret
Create or update an organization secret
Create or update a repository secret
Delete an organization secret
Delete a repository secret
Get a Dependabot alert
Get an organization public key
Get an organization secret
Get a repository public key
Get a repository secret
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
Update a Dependabot alert
Updates Dependabot's repository access list for an enterprise
Updates Dependabot's repository access list for an organization
Link to this section Functions
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
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
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
delete_org_secret(org, secret_name, options \\ nil)
Delete an organization secret
@see https://docs.github.com/rest/dependabot/secrets#delete-an-organization-secret
delete_repo_secret(secret_name, options \\ nil)
Delete a repository secret
@see https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret
get_alert(alert_number, options \\ nil)
Get a Dependabot alert
@see https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert
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
get_org_secret(org, secret_name, options \\ nil)
Get an organization secret
@see https://docs.github.com/rest/dependabot/secrets#get-an-organization-secret
get_repo_public_key(options \\ nil)
Get a repository public key
@see https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key
get_repo_secret(secret_name, options \\ nil)
Get a repository secret
@see https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret
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
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
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
list_org_secrets(org, options \\ nil)
List organization secrets
@see https://docs.github.com/rest/dependabot/secrets#list-organization-secrets
list_repo_secrets(options \\ nil)
List repository secrets
@see https://docs.github.com/rest/dependabot/secrets#list-repository-secrets
list_selected_repos_for_org_secret(org, secret_name, options \\ nil)
List selected repositories for an organization secret
remove_selected_repo_from_org_secret(org, secret_name, repository_id, options \\ nil)
Remove selected repository from an organization secret
repository_access_for_enterprise(enterprise, options \\ nil)
Lists the repositories Dependabot can access in an enterprise
repository_access_for_org(org, options \\ nil)
Lists the repositories Dependabot can access in an organization
set_repository_access_default_level(org, body, options \\ nil)
Set the default repository access level for Dependabot
set_repository_access_default_level_for_enterprise(enterprise, body, options \\ nil)
Set the default repository access level for Dependabot in an enterprise
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
update_alert(alert_number, body, options \\ nil)
Update a Dependabot alert
@see https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert
update_repository_access_for_enterprise(enterprise, body, options \\ nil)
Updates Dependabot's repository access list for an enterprise
update_repository_access_for_org(org, body, options \\ nil)
Updates Dependabot's repository access list for an organization