-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
`dependabot-alerts` lists Dependabot security alerts for all repos of a GitHub | ||
user or organization. You can run it from the command line: | ||
organization. You can run it from the command line: | ||
|
||
```terminal | ||
$ dependabot-alerts <your_github_user_or_organization> | ||
$ dependabot-alerts <your_github_organization> | ||
``` | ||
|
||
You'll need to have [GitHub CLI](https://cli.github.com/) installed and logged in. | ||
|
||
There's also a [GitHub Actions workflow](.github/workflows/alert.yml) that runs | ||
automatically on a schedule and notifies us in Slack of any Dependabot alerts | ||
in the `hypothesis` GitHub organization. |
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