-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for security-only updates using Dependabot CLI (#1394)
* Add more logging * Clean up logging * Use Rest API instead of TypedClient, fixes undefined responses in some environments * Refactor DevOps client to use rest client instead of typed client * Clean up * Revert "Clean up" This reverts commit 9561273. * Revert * Remove double forward slash in DevOps API urls * Add more detailed error info when REST APIs fail * Fix for identity id being mapped as an array instead of a string * Add documentation for configuring assigness and reviewers * Fix typos * Alerts cannot be embeeded inside <details> * Clean up * Tidy up * Tidy up * Fix undefined reference when reading branch name seprarator * Add support for security-only updates * Update warning messages * Fix formatting * Update documentation * Fix merge issues * Fix merge issues * Fix merge issues * Fix merge issues * Make the security-only update warning more concise * Filter out security advisories which do not affected the discovered dependencies during a security-only update * Update documentation * Do not run security-only update when there are no vulnerable dependencies * Fix merge issues * Clean up * Improved GHSA security advisory parsing * Clean up logging * Fix for security-only PRs being closed on next update * Tidy up logging commands * Tidy up logging commands
- Loading branch information
1 parent
a0d7902
commit 814010c
Showing
14 changed files
with
518 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.