Run MRVA using trivial query and default top 10 list

This commit is contained in:
Michael Hohn
2024-01-23 19:42:53 -08:00
committed by =Michael Hohn
parent 88ce3e2039
commit bab68337e0
6 changed files with 81 additions and 2 deletions

8
go.mod
View File

@@ -2,12 +2,14 @@ module github.com/GitHubSecurityLab/gh-mrva
go 1.19
require github.com/cli/go-gh v1.2.1
require (
github.com/cli/go-gh v1.2.1
github.com/spf13/cobra v1.7.0
)
require (
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.7.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)
@@ -28,3 +30,5 @@ require (
golang.org/x/term v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // direct
)
replace github.com/GitHubSecurityLab/gh-mrva => /Users/hohn/local/gh-mrva