Commit Graph

7 Commits

Author SHA1 Message Date
ff10400706 debugged sudden failure to download sarif results. Cause: gh.HTTPClient(nil)
Switch
client, err := gh.HTTPClient(nil)
to
client := &http.Client{}
and everything works again
2025-05-19 13:50:41 -07:00
Michael Hohn
3aea9f8625 minor change 2024-08-13 12:20:27 -07:00
Michael Hohn
4713b001ff Add logs 2024-01-29 12:04:52 -08:00
Michael Hohn
bab68337e0 Run MRVA using trivial query and default top 10 list 2024-01-23 19:42:53 -08:00
Alvaro Muñoz
d60ef906fe initial refactor to use Cobra 2023-04-21 13:43:20 +02:00
Alvaro Muñoz
18e38d441e Add list and status commands 2023-03-28 13:23:32 +02:00
Alvaro Muñoz
a99cc6b08a Initial version 2023-03-16 14:13:04 +01:00