Documentation ¶
Index ¶
- Constants
- 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 ¶
View Source
const ( Repo = "https://aquasecurity.github.io/helm-charts/" Version = "0.13.0" ChartName = "trivy-operator" RepoShortName = "aqua" ReleaseName = "trivy-operator-k8sgpt" )
Variables ¶
This section is empty.
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.