Skip to content

A gh extension to display all vulnerabilities in in current repository.

License

Notifications You must be signed in to change notification settings

jaandrle/gh-vulnerabilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

gh-vulnerabilities

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!

Installation

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

Synopsis

  • 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
    

About

A gh extension to display all vulnerabilities in in current repository.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages