Commit Graph

79 Commits

Author SHA1 Message Date
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
Kim Lewandowski
28efce9019
Merge pull request #47 from dlorenc/update
Update deps.
2020-11-09 08:03:40 -08:00
Dan Lorenc
a8e06bdefb Update deps. 2020-11-06 15:29:27 -06:00
dlorenc
fd188f5263
Use the GraphQL API to retrieve the list of tags in signed-tags. (#45) 2020-11-06 15:28:26 -06:00
Kim Lewandowski
68bc599017
adding logo (#44)
Co-authored-by: Kim Lewandowski <klewandowski@google.com>
2020-11-06 11:36:23 -06:00
Abhishek Arya
4c0a5af164
Merge pull request #43 from kimsterv/fixreadme
moving contributing section down
2020-11-05 12:28:28 -08:00
Kim Lewandowski
3c790163dd moving contributing section down 2020-11-05 12:27:10 -08:00
Kim Lewandowski
b74f5aa1c3
updating code of conduct to match ossfs (#42)
Co-authored-by: Kim Lewandowski <klewandowski@google.com>
2020-11-05 14:13:16 -06:00
Kim Lewandowski
1efa592aaf
Merge pull request #38 from dlorenc/meeting
Add Best Practices WG meeting invite.
2020-10-27 12:36:37 -07:00
Dan Lorenc
237e28b246 Add Best Practices WG meeting invite. 2020-10-27 14:35:05 -05:00
Kim Lewandowski
4d599e5060
Merge pull request #37 from dlorenc/rename
Rename repo/modules.
2020-10-27 12:29:45 -07:00
Dan Lorenc
9f686dc707 Rename repo/modules. 2020-10-27 14:23:48 -05:00
Abhishek Arya
674ee69ced
Merge pull request #36 from ossf/a1
Minor doc nits.
2020-10-27 08:25:15 -07:00
Abhishek Arya
c940bca9dd Minor doc nits. 2020-10-27 08:23:47 -07:00
Kim Lewandowski
8c33c8ae69
Merge pull request #35 from dlorenc/docs
Cleanup docs and add new page for checks.
2020-10-26 13:55:10 -07:00
Dan Lorenc
6d473aafe4 Cleanup docs and add new page for checks. 2020-10-26 15:50:13 -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
Abhishek Arya
e952c29b23
Fix contributors condition to match docs. 2020-10-24 23:23:33 -07:00
Abhishek Arya
8b330d8cc2
Merge pull request #32 from dlorenc/a14
Add some missing detail messages, improve others.
2020-10-24 10:27:08 -07:00
Abhishek Arya
5649a8370c fix check 2020-10-24 10:24:27 -07:00
Abhishek Arya
6c790d84da Add some missing detail messages, improve others. 2020-10-24 10:20:49 -07:00
Kim Lewandowski
aefb4563de
Merge pull request #31 from dlorenc/details
Hook up the --show-details flag, and cleanup the output.
2020-10-21 10:41:42 -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
1232adbb20
Add SAST check for CodeQL (#26) 2020-10-19 11:58:51 -05:00
Abhishek Arya
f6fab3abcd
Merge pull request #25 from dlorenc/a11
Minor fixes.
2020-10-19 08:41:26 -07: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
Abhishek Arya
0e3502e85c
Add active project check, slightly fi MultiCheck logic. (#23) 2020-10-18 18:54:15 -05:00
dlorenc
49fba38c8b
Use Cobra CLI library, reorganize a bit. (#22) 2020-10-18 18:49:51 -05:00
Abhishek Arya
3fcde329a8
Merge pull request #21 from dlorenc/a9
Add rust deps detection.
2020-10-17 17:21:31 -07:00
Abhishek Arya
26400a8503 Add rust deps detection. 2020-10-17 17:20:13 -07:00
Abhishek Arya
d1cf4581b3
Merge pull request #20 from dlorenc/a8
Show result as pass/fail instead of true/false to match docs.
2020-10-17 17:09:56 -07:00
Abhishek Arya
88ffaaad6f
Lower pr review policy confidence to enforce GithubCodeReview (#19)
PR review policy is good to check but keep its confidence low
since actual enforcement is checked by GithubCodeReview and
ProwCodeReview and those values should be used.
2020-10-17 19:09:35 -05:00
Abhishek Arya
ca862c3181 Show result as pass/fail instead of true/false to match docs. 2020-10-17 17:08:53 -07:00
Abhishek Arya
eb55aca83d
improve log message. 2020-10-17 16:51:29 -07:00
Abhishek Arya
c208cd8d09
Update check results in readme. 2020-10-16 23:48:25 -07:00
Abhishek Arya
23f4534207
Merge pull request #18 from dlorenc/a6
Add docs directory for security.md
2020-10-16 23:22:21 -07:00
Abhishek Arya
37362b640f Add docs directory for security.md
Part of doc at
https://docs.github.com/en/free-pro-team@latest/github/managing-security-vulnerabilities/adding-a-security-policy-to-your-repository
2020-10-16 23:20:46 -07:00
Abhishek Arya
04c9b37981
Fix PR calc logic, remove bot accounts. (#17)
* Fix PR calc logic, remove bot accounts.

* Fmt.
2020-10-16 18:11:07 -05:00
Abhishek Arya
2ceadcd253
Fixes for signed releases. (#16)
* Fixes for signed releases.

* Fmt.
2020-10-16 15:09:20 -05:00
Abhishek Arya
6e5ce52cae
Fix filenames to match check names, remove unneeded repos.txt. (#15)
* Fix filenames to match check names, remove unneeded repos.txt.

* Fix conflict.

* Minor fix.
2020-10-16 13:22:28 -05:00