package
0.58.1
Repository: https://github.com/aquasecurity/trivy.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

For detected misconfigurations.
No description provided by the author
For detected packages and vulnerabilities in language-specific packages.
For detected package licenses.
For detected licenses in files.
For detected packages and vulnerabilities in OS packages.
For detected secrets.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
VEX.
VEX.
Trivy.
VEX.
VEX.
Trivy.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LicenseScanner is the scanner of licenses.
MisconfigScanner is the scanner of misconfigurations.
MisconfStatusException Passed represents the status of exception.
MisconfStatusFailure represents failure status.
MisconfStatusPassed represents successful status.
NoneScanner is the scanner of none.
PkgTypeLibrary is a package type of programming language dependencies.
PkgTypeOS is a package type of OS packages.
PkgTypeUnknown is a package type of unknown.
RBACScanner is the scanner of rbac assessment.
SBOMScanner is the virtual scanner of SBOM, which cannot be enabled by the user.
No description provided by the author
No description provided by the author
SecretScanner is the scanner of secrets.
UnknownScanner is the scanner of unknown.
VulnerabilityScanner is the scanner of vulnerabilities.

# Variables

AllImageConfigScanners has a list of available scanners on container image config.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
DetectedMisconfiguration holds detected misconfigurations.
DetectedVulnerability holds the information of detected vulnerabilities.
No description provided by the author
Library holds the attribute of a package library.
Metadata represents a metadata of artifact.
No description provided by the author
ModifiedFinding represents a security finding that has been modified by an external source, such as .trivyignore and VEX.
Report represents a scan result.
Result holds a target and detected vulnerabilities.
No description provided by the author
ScanOptions holds the attributes for scanning vulnerabilities.
ScanTarget holds the attributes for scanning.

# Type aliases

BySeverity implements sort.Interface based on the Severity field.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MisconfStatus represents a status of misconfiguration.
PkgType represents package type.
No description provided by the author
Results to hold list of Result.
No description provided by the author
Scanner represents the type of security scanning.
Scanners is a slice of scanners.