Home
last modified time | relevance | path

Searched refs:ctlogThreshold (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/
Dverifier.js29 ctlogThreshold: options.ctlogThreshold ?? 1, property
95 if (result.scts.length < this.options.ctlogThreshold) {
98 … message: `expected ${this.options.ctlogThreshold} SCTs, got ${result.scts.length}`,
/third_party/node/deps/npm/node_modules/sigstore/dist/
Dsigstore.js89 ctlogThreshold: options.ctLogThreshold, property