Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psilore/secsi
A simple script to get dependabot alerts either all repositories in an GitHub organisation or for a GitHub teams repositories in the organisation.
https://github.com/psilore/secsi
bash dependabot
Last synced: 20 days ago
JSON representation
A simple script to get dependabot alerts either all repositories in an GitHub organisation or for a GitHub teams repositories in the organisation.
- Host: GitHub
- URL: https://github.com/psilore/secsi
- Owner: psilore
- Created: 2024-09-15T10:12:58.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T10:53:50.000Z (2 months ago)
- Last Synced: 2024-10-10T15:41:33.048Z (about 1 month ago)
- Topics: bash, dependabot
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# secsi
A simple script to get dependabot alerts either all repositories in an GitHub organisation or for a GitHub teams repositories in the organisation.
## Prerequisites
- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- [gh-cli](https://github.com/cli/cli?tab=readme-ov-file#installation)
- [jq](https://jqlang.github.io/jq/download/)## Usage
1. Clone repository
```sh
git clone https://github.com/psilore/secsi.git
```2. Navigate to directory
```sh
cd secsi
```### Get dependabot alerts in an GitHub organisation
```sh
bash secsi.sh -o [OWNER]
```### Get dependabot alerts for a GitHub teams repositories within an organisation
```sh
bash secsi.sh -o [OWNER] -t [TEAM_SLUG]
```