scorecard/checks
Naveen 4b4d0f0a01
Fix - out of memory error for large repository (#276)
The httpcache client caches everything in memory and if the repository
is large then the process gets evicted with oom.

Changed the implementation to use the standard http client to fetch the
tarball.
2021-03-14 21:50:17 -04:00
..
active.go Fix - golangci issues gomnd, goconst 2021-02-17 18:22:18 -05:00
all_checks.go Rename repo/modules. 2020-10-27 14:23:48 -05:00
branch_protected_test.go feature - Checks for branch protections 2021-01-05 12:27:50 -05:00
branch_protected.go Fix - golangci issues gomnd, goconst 2021-02-17 18:22:18 -05:00
checkforfile.go Fix - out of memory error for large repository (#276) 2021-03-14 21:50:17 -04:00
ci_tests.go Fix - golangci issues gomnd, goconst 2021-02-17 18:22:18 -05:00
cii_best_practices.go Fix - golangci issues gomnd, goconst 2021-02-17 18:22:18 -05:00
code_review.go Fix - golangci issues gomnd, goconst 2021-02-17 18:22:18 -05:00
contributors.go contributors: use go-github org API (#228) 2021-03-01 16:24:18 -08:00
frozen_deps.go feat-Reduced GitHub API calls for security check 2021-02-25 21:55:54 -05:00
fuzzing.go Fix - golangci issues gomnd, goconst 2021-02-17 18:22:18 -05:00
packaging.go Fix - golangci issues gomnd, goconst 2021-02-17 18:22:18 -05:00
pull_requests.go Adjust details logging on a few checks 2020-12-20 16:12:31 -06:00
sast.go Fix - golangci issues gomnd, goconst 2021-02-17 18:22:18 -05:00
security_policy.go feat-Reduced GitHub API calls for security check 2021-02-25 21:55:54 -05:00
signed_releases.go Use release tag name instead of name in log messages 2020-12-23 15:32:40 -06:00
signed_tags.go Add colon before sha. 2021-02-12 14:26:54 -05:00