letsencrypt / ct-woodpecker

A tool to monitor a certificate transparency log for operational problems
Mozilla Public License 2.0
182 stars 19 forks source link

inclusionChecker: allow setting per-log start index in config. #60

Closed cpu closed 6 years ago

cpu commented 6 years ago

This allows the inclusionChecker to know a lower bound for the entries it needs to fetch to check for certificate inclusion. This is useful when starting ct-woodpecker up for the very first time to monitor a log with many existing entries.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 312


Changes Missing Coverage Covered Lines Changed/Added Lines %
woodpecker/woodpecker.go 6 14 42.86%
monitor/inclusion_checker.go 6 17 35.29%
<!-- Total: 12 31 38.71% -->
Totals Coverage Status
Change from base Build 310: -0.7%
Covered Lines: 744
Relevant Lines: 1118

💛 - Coveralls