Commit Graph

23 Commits

Author SHA1 Message Date
Naveen
c77e995ae5
Fix - output message for non default output (#167)
The json output had non-json output. Fixed it output only for default
output.
2021-02-12 18:13:54 -08:00
naveen
f385b0d9df Feature - run scans from npm pacakge name
Implemented scans from npm package name.
2021-02-02 16:07:41 -05:00
naveen
06f2616e7e fix - golangci-lint issues
Fixed the golangci-lint issues.
2020-12-22 16:20:10 -05:00
Abhishek Arya
09518b45b2 Add details field to --format=json 2020-11-23 19:00:57 -08:00
Dan Lorenc
71dace54e3 Fix date formatting. 2020-11-16 13:42:10 -06:00
dlorenc
62ae708944
Add a JSON format mode. (#65)
This is usable as is, but is also desigend to be easy to import into a database.
2020-11-12 12:47:08 -06:00
Abhishek Arya
079180d0ae Bug fixes
- Fix typo for default output function.
- For signed tags, get the only required last 5. matches signed
releases.
2020-11-09 18:13:59 -08:00
Dan Lorenc
268aea59d2 Add CSV formatting mode.
This allows the user to specify "--format=csv" to get the results output in CSV columns.
2020-11-09 18:23:30 -06:00
Dan Lorenc
9f686dc707 Rename repo/modules. 2020-10-27 14:23:48 -05:00
Abhishek Arya
81eab9d2d8
Add license header and code of conduct files. (#34)
* Add license header and code of conduct files.

* Fill missing field.
2020-10-26 15:22:13 -05:00
Abhishek Arya
3b2962da71
Fix descriptions 2020-10-25 10:48:13 -07:00
Dan Lorenc
55ba575d73 Hook up the --show-details flag, and cleanup the output. 2020-10-21 12:35:58 -05:00
Dan Lorenc
b16aa36bd8 WIP webserver. 2020-10-20 08:52:57 -05:00
Dan Lorenc
9606a9f228 Refactor check list handling. 2020-10-20 08:37:51 -05:00
Dan Lorenc
44e39f7a00 Results over a channel as well. 2020-10-19 19:32:18 -05:00
Dan Lorenc
6a621a7396 Move printing back to root.go. 2020-10-19 19:26:48 -05:00
Dan Lorenc
a2eb4f862d More refactors. 2020-10-19 19:14:51 -05:00
dlorenc
6627531e58
Separate logic from cmd/root.go (#29)
This will make it easier to add subcommands and to serve the scorecard over HTTP.
2020-10-19 19:07:30 -05:00
Abhishek Arya
cb0fd9e4e9 Fix 2020-10-19 08:15:01 -07:00
Abhishek Arya
3c4623184a Minor fixes. 2020-10-19 08:09:10 -07:00
dlorenc
1fa5208d2e
Improve repo flag validation. (#24) 2020-10-19 09:46:56 -05:00
Dan Lorenc
cadc2b74e7 Update text. 2020-10-19 09:05:22 -05:00
dlorenc
49fba38c8b
Use Cobra CLI library, reorganize a bit. (#22) 2020-10-18 18:49:51 -05:00