Versions in this module Expand all Collapse all v0 v0.61.1 Apr 27, 2023 Changes in this version + var ErrAboveSeverityThreshold = NewExpectedErr("discovered vulnerabilities at or above the severity threshold") + type ExpectedErr struct + Err error + func NewExpectedErr(msgFormat string, args ...interface{}) ExpectedErr + func (e ExpectedErr) Error() string