scan

package
v0.0.19 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MalwareDescription

type MalwareDescription struct {
	// Name of the malware
	Name string `json:"malware_name"`
	// Description of the malware
	Description string `json:"description"`
	// Path to the file that was infected
	Path string `json:"path"`
	// Hash of the file that was infected
	Hash string `json:"hash"`
	// Size of the file that was infected
	Size int `json:"size"`
	// K8s resource that was infected
	Resource schema.GroupVersionResource `json:"resource"`
	// K8s namespace that was infected
	Namespace string `json:"namespace"`
	// K8s pod that was infected
	PodName string `json:"kind"`
	// K8s container that was infected
	ContainerName string `json:"container_name"`
	// K8s container ID that was infected
	ContainerID string `json:"container_id"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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