https://github.com/vladimyr/gh-sec
Github security alerts CLI
https://github.com/vladimyr/gh-sec
cli github nodejs security vulnerabilities
Last synced: about 2 months ago
JSON representation
Github security alerts CLI
- Host: GitHub
- URL: https://github.com/vladimyr/gh-sec
- Owner: vladimyr
- License: mit
- Created: 2019-06-06T16:57:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T18:22:23.000Z (about 7 years ago)
- Last Synced: 2025-07-18T06:55:55.370Z (11 months ago)
- Topics: cli, github, nodejs, security, vulnerabilities
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-sec
[](https://travis-ci.com/vladimyr/gh-sec) [](https://packagephobia.now.sh/result?p=gh-sec) [](https://npm.im/gh-sec) [](https://github.com/vladimyr/gh-sec/blob/master/LICENSE) [](https://github.com/Flet/semistandard)
>Github security alerts CLI :octocat:
## Run
```
$ npx gh-sec [command] [] (--enable | --disable)
```
## Usage
```
$ npx gh-sec --help
gh-sec v1.0.0
Commands:
alert, vulnerability-alerts toggle vulnerability alerts
autofix, automated-security-fixes toggle automated security fixes
Usage:
$ gh-sec vulnerability-alerts [] (--enable | --disable)
$ gh-sec automated-security-fixes [] (--enable | --disable)
Options:
-h, --help Show help
-v, --version Show version number
Homepage: https://github.com/vladimyr/gh-sec
Report issue: https://github.com/vladimyr/gh-sec/issues
```