GitHub cli extension to see vulnerabilities in current reository.
ℹ️ contributions welcome
A GitHub CLI extension to work with projects.
Output is JSON in the form [ { path, vulnerabilities: [ { summary, remediation, severity, permalink }, … ] }, … ]
.
Tested only for npm
(nodejs
) repos!
Make sure you have at least version 2 of the GitHub CLI installed. Internaly use jq.
Install this extension with:
gh extension install jaandrle/gh-vulnerabilities
- basic
Prints vulnerabilities list for current reository. USAGE gh vulnerabilities [all|active|dismissed] [FLAGS] - active [default] pritns out active (not dismissed) - all prints all - dismissed prints only dismissed FLAGS --web open Dependabot web page for current repository --help prints this text