chartsec

package
v0.0.0-...-eb2197b Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartScanner

type ChartScanner struct{}

ChartScanner scans a Helm chart archive for security issues.

func NewChartScanner

func NewChartScanner() *ChartScanner

NewChartScanner returns a new ChartScanner instance.

func (*ChartScanner) Scan

func (s *ChartScanner) Scan(r io.Reader) error

Scan runs the security scans on a Helm chart archive.

type PolicyViolationError

type PolicyViolationError interface {
	error

	// Policy returns the name of the policy.
	Policy() string

	// Context returns the context of the violation.
	Context() string
}

PolicyViolationError contains the details for a policy violation.

Jump to

Keyboard shortcuts

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