constants

package
v0.1.0-beta.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version     = "v0.1.0-beta.1"
	SupportedOS = []string{
		"ubuntu-2004",
		"ubuntu-2204",
	}
	TrivyVersion = "0.38.3"
)

Functions

This section is empty.

Types

type Month

type Month struct {
	Reports map[string]trivy.Report
}

Month is used in reports parsing. It is contained within a Year and contains multiple trivy.Report(s).

type Year

type Year struct {
	Months map[string]Month
}

Year is used in reports parsing. It is the top level and contains multiple Month(s).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL