kubeaudit

package
v0.3.29-beta.0 Latest Latest
Warning

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

Go to latest
Published: May 30, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package kubeaudit wraps the kubeaudit library to provide a scanner.KubeScanner implementation for auditing Kubernetes resources against common security concerns.

Index

Constants

View Source
const ScannerName = "KubeAudit"

ScannerName is the name of the scanner.

Variables

This section is empty.

Functions

func AuditResult2Issue

func AuditResult2Issue(auditResult *kubeauditpkg.AuditResult) *scanner.Issue

AuditResult2Issue converts a kubeaudit.AuditResult to a scanner.Issue, which can be used to report security findings in a standardized format.

func ConvertSeverity

ConvertSeverity translates a kubeaudit.SeverityLevel into a scanner.IssueSeverityLevel, which standardizes severity levels across different scanners.

func Default

func Default() (scanner.KubeScanner, error)

Default creates a default instance of a kubeaudit-based scanner with the default attention level.

func New

func New(attentionLevel scanner.IssueSeverityLevel) (scanner.KubeScanner, error)

New creates a new instance of a kubeaudit-based scanner with the specified attention level. The attentionLevel sets a threshold, and only issues that meet or exceed this threshold are included in the audit results. For example, if the attentionLevel is set to "Medium", then only issues classified at the "Medium" level or higher ("Medium", "High", "Critical") will be returned to the caller.

func NewScanResult

func NewScanResult() scanner.ScanResult

NewScanResult creates a new instance of scanResult.

Types

This section is empty.

Jump to

Keyboard shortcuts

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