Documentation
¶
Index ¶
Constants ¶
View Source
const ( SCA CategoryTitle = "SCA" Secrets CategoryTitle = "Secrets Detection" Licenses CategoryTitle = "License Compliance" EndOfLife CategoryTitle = "End Of Life" Coverage CategoryTitle = "Coverage" Linter CategoryTitle = "Linter" PerformanceTesting CategoryTitle = "Performance Testing" UnitTests CategoryTitle = "Unit Tests" Table Format = "table" JSON Format = "json" )
Variables ¶
View Source
var CategoryTitles = []CategoryTitle{SCA, Secrets, Licenses, EndOfLife, Coverage, Linter, PerformanceTesting, UnitTests}
Functions ¶
func NewEnforceError ¶
Types ¶
type CategoryTitle ¶
type CategoryTitle string
type EnforceError ¶
type EnforceError struct {
Message string
}
func (*EnforceError) Error ¶
func (e *EnforceError) Error() string
Click to show internal directories.
Click to hide internal directories.