-
Notifications
You must be signed in to change notification settings - Fork 191
GitHubRepositories: Add Dependabot Service Functions #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHubRepositories: Add Dependabot Service Functions #235
Conversation
Can we trigger the CI for this PR? |
/azp run PowerShellForGitHub-CI |
Azure Pipelines successfully started running 1 pipeline(s). |
Can we trigger the CI for this PR? |
/azp run PowerShellForGitHub-CI |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this.
Some feedback for you to consider. Adding in the missing pipeline support is the primary missing work needed right now.
Thanks again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great update. Looks like there are still a few things to resolve here, along with our disagreement on the behavior of failures within the Test-*
method.
@X-Guardian - please be sure to @ mention me once this is ready for the next review (there are so many of your reviews for me to keep track of). Thanks again for all your work. Much appreciated! |
@HowardWolosky please trigger the CI for this PR. |
/azp run PowerShellForGitHub-CI |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
This PR adds the following functions to the
GitHubRepositories
module to manage the GitHub Dependabot services.Test-GitHubRepositoryVulnerabilityAlert
Enable-GitHubRepositoryVulnerabilityAlert
Disable-GitHubRepositoryVulnerabilityAlert
Enable-GitHubRepositorySecurityFix
Disable-GitHubRepositorySecurityFix
There is no
Test-GitHubRepositorySecurityFix
function is there is currently no API for this.Issues Fixed
None
References
GitHub Repositories Rest API v3
Checklist
If desired, ensure your name is added to our Contributors list