Skip to content

Add OCSP and CRL support to certificate verify #930

Add OCSP and CRL support to certificate verify

Add OCSP and CRL support to certificate verify #930

Re-run triggered May 14, 2024 17:56
Status Failure
Total duration 4m 4s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
ci  /  ...  /  set-go-matrix
0s
ci / build / set-go-matrix
ci  /  ...  /  set-go-matrix
0s
ci / test / set-go-matrix
ci  /  actionlint
4s
ci / actionlint
ci  /  ...  /  lint
51s
ci / lint / lint
ci  /  ...  /  govulncheck
1m 11s
ci / govulncheck / govulncheck
Matrix: ci / codeql / CodeQL Analyze
Matrix: ci / build / build
Matrix: ci / test / test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
ci / lint / lint: command/certificate/verify.go#L376
paramTypeCombine: func(endpoint string, cert *x509.Certificate, issuer *x509.Certificate, httpClient *http.Client) (bool, error) could be replaced with func(endpoint string, cert, issuer *x509.Certificate, httpClient *http.Client) (bool, error) (gocritic)
ci / lint / lint: command/certificate/verify.go#L412
paramTypeCombine: func(endpoint string, cert *x509.Certificate, issuer *x509.Certificate, httpClient *http.Client, insecure bool) (bool, error) could be replaced with func(endpoint string, cert, issuer *x509.Certificate, httpClient *http.Client, insecure bool) (bool, error) (gocritic)
ci / lint / lint: command/certificate/verify.go#L251
G402: TLS MinVersion too low. (gosec)
ci / lint / lint: command/certificate/verify.go#L324
S1023: redundant break statement (gosimple)
ci / lint / lint: command/certificate/verify.go#L356
S1023: redundant break statement (gosimple)
ci / lint / lint
issues found
ci / lint / lint
Unexpected input(s) 'skip-pkg-cache', valid inputs are ['version', 'install-mode', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-save-cache', 'problem-matchers', 'args', 'cache-invalidation-interval']
ci / lint / lint
Unexpected input(s) 'skip-pkg-cache', valid inputs are ['version', 'install-mode', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-save-cache', 'problem-matchers', 'args', 'cache-invalidation-interval']