Documentation ¶
Index ¶
- Variables
- type Trivy
- func (t *Trivy) AddAnalyzer(mergedMap *map[string]common.IAnalyzer)
- func (t *Trivy) Deploy(namespace string) error
- func (t *Trivy) GetAnalyzerName() []string
- func (t *Trivy) GetNamespace() (string, error)
- func (t *Trivy) IsActivate() bool
- func (t *Trivy) OwnsAnalyzer(analyzer string) bool
- func (t *Trivy) UnDeploy(namespace string) error
- type TrivyAnalyzer
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Repo = getEnv("TRIVY_REPO", "https://aquasecurity.github.io/helm-charts/") Version = getEnv("TRIVY_VERSION", "0.13.0") ChartName = getEnv("TRIVY_CHART_NAME", "trivy-operator") RepoShortName = getEnv("TRIVY_REPO_SHORT_NAME", "aqua") ReleaseName = getEnv("TRIVY_RELEASE_NAME", "trivy-operator-k8sgpt") )
Functions ¶
This section is empty.
Types ¶
type Trivy ¶
type Trivy struct {
// contains filtered or unexported fields
}
func (*Trivy) GetAnalyzerName ¶
func (*Trivy) GetNamespace ¶ added in v0.3.17
This doesnt work
func (*Trivy) IsActivate ¶
func (*Trivy) OwnsAnalyzer ¶ added in v0.3.16
type TrivyAnalyzer ¶
type TrivyAnalyzer struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.