Documentation ¶
Index ¶
- func NewCertValidityNotRound() lint.CertificateLintInterface
- func NewCrlHasAKI() lint.RevocationListLintInterface
- func NewCrlHasIssuerName() lint.RevocationListLintInterface
- func NewCrlHasNumber() lint.RevocationListLintInterface
- func NewCrlHasValidTimestamps() lint.RevocationListLintInterface
- func NewCrlNoEmptyRevokedCertsList() lint.RevocationListLintInterface
- type PKILintResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCertValidityNotRound ¶
func NewCertValidityNotRound() lint.CertificateLintInterface
func NewCrlHasAKI ¶
func NewCrlHasAKI() lint.RevocationListLintInterface
func NewCrlHasIssuerName ¶
func NewCrlHasIssuerName() lint.RevocationListLintInterface
func NewCrlHasNumber ¶
func NewCrlHasNumber() lint.RevocationListLintInterface
func NewCrlHasValidTimestamps ¶
func NewCrlHasValidTimestamps() lint.RevocationListLintInterface
func NewCrlNoEmptyRevokedCertsList ¶
func NewCrlNoEmptyRevokedCertsList() lint.RevocationListLintInterface
Types ¶
type PKILintResponse ¶
type PKILintResponse struct { Results []struct { Validator string `json:"validator"` NodePath string `json:"node_path"` FindingDescriptions []struct { Severity string `json:"severity"` Code string `json:"code"` Message string `json:"message,omitempty"` } `json:"finding_descriptions"` } `json:"results"` Linter struct { Name string `json:"name"` } `json:"linter"` }
Click to show internal directories.
Click to hide internal directories.