Versions in this module Expand all Collapse all v0 v0.17.0 Dec 5, 2025 Changes in this version + var Commit string + var Date string + var Version string + func Filter[T any](slice []T, f func(T) bool) []T + func LoadConfig(config *ScanConfig, filename string) error + func SeverityToString(severity float64) string + type ScanConfig struct + Author cdx.OrganizationalContact + Component cdx.Component + Manufacturer cdx.OrganizationalEntity + OutputTemplate string + Supplier cdx.OrganizationalEntity + type SliceSet []T + func NewSet[T comparable](items ...T) SliceSet[T] + func (s SliceSet[T]) Add(item T) SliceSet[T] + func (s SliceSet[T]) AddAll(other SliceSet[T]) SliceSet[T] + func (s SliceSet[T]) Contains(needle T) bool + func (s SliceSet[T]) Distinct(other SliceSet[T]) SliceSet[T] + func (s SliceSet[T]) Equals(other SliceSet[T]) bool + func (s SliceSet[T]) IndexOf(needle T) int + func (s SliceSet[T]) IsEmpty() bool + func (s SliceSet[T]) Remove(item T) SliceSet[T] + func (s SliceSet[T]) Strings() []string