Commit Graph

100 Commits

Author SHA1 Message Date
Kim Lewandowski
8a14c6cea9
Merge pull request #67 from dlorenc/jsoncron
Switch the nightly to use json.
2020-11-12 18:18:39 -08:00
Abhishek Arya
1259d3240f
Fixes #60 (#66) 2020-11-12 20:14:59 -06:00
Dan Lorenc
3350a2d0bf Switch the nightly to use json. 2020-11-12 20:13:34 -06:00
Abhishek Arya
e6bee47202
Update README.md 2020-11-12 10:59:02 -08: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
dlorenc
ef19bdf032
Add a Dockerfile and k8s cron job to upload files to GCS each night. (#59) 2020-11-12 12:26:38 -06:00
Kim Lewandowski
6fc2ee6fd2
Merge pull request #61 from dlorenc/nil
I've seen this test crash a couple times with a "nil" result.
2020-11-12 08:28:31 -08:00
Dan Lorenc
1a1f70cb40 I've seen this test crash a couple times with a "nil" result.
I'm not quite sure how it happens since I've never been able to reproduce
it a second time in a row, so let's treat it as somethign to be retried.
2020-11-12 10:23:22 -06:00
dlorenc
45286f140c
Add a script to output in csv that can be run daily. (#56) 2020-11-10 13:25:57 -06:00
Abhishek Arya
49fb6adad9
Merge pull request #57 from chair6/expand_security_policy_check
extend Security-Policy check to check default community health files
2020-11-10 10:07:54 -08:00
Jamie Finnigan
879a9e2a0e simplify by using c.Client.Repositories.DownloadContents instead 2020-11-10 09:34:09 -08:00
Jamie Finnigan
d9da174d30 extend Security-Policy check to check default community health files 2020-11-10 08:21:25 -08:00
Merlin Beutlberger
dc1bbba544
Frozen-Deps Check: Add npm-shrinkwrap.json lockfile (#55)
According to npm, it has the same effect as a package-lock.json:
https://docs.npmjs.com/cli/v6/configuring-npm/shrinkwrap-json

Resolves #54
2020-11-10 09:04:48 -06:00
Abhishek Arya
cdce9ddc56
Improve contributors checks with better company parsing. (#53) 2020-11-10 07:09:16 -06:00
Abhishek Arya
9d18604db8
Merge pull request #51 from ossf/inferno-chromium-patch-2
Add helper hyperlinks for check references.
2020-11-09 19:16:29 -08:00
Abhishek Arya
bc5ee3cb47
Add helper hyperlinks for check references. 2020-11-09 19:15:46 -08:00
Abhishek Arya
cd4fb92680
Merge pull request #50 from ossf/inferno-chromium-patch-1
Update README.md
2020-11-09 18:30:21 -08:00
Abhishek Arya
56bd21bdba
Update README.md 2020-11-09 18:29:37 -08:00
Abhishek Arya
7415e2b040
Merge pull request #49 from ossf/a2
Bug fixes
2020-11-09 18:18:09 -08: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
Kim Lewandowski
114c581b90
Merge pull request #48 from dlorenc/csv
Add CSV formatting mode.
2020-11-09 16:25:25 -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
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