registries

package
v0.0.0-...-c7f552b Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2020 License: AGPL-3.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 RegistryFinding

type RegistryFinding struct {
	Name          string                `json:"name"`
	Type          string                `json:"type"`
	DetectedType  int                   `json:"detected_type"`
	Description   string                `json:"description"`
	Author        string                `json:"author"`
	Lastupdate    int                   `json:"lastupdate"`
	URL           string                `json:"url"`
	Username      string                `json:"username"`
	ImageCount    int                   `json:"image_count"`
	TotalVulns    int                   `json:"total_vulns"`
	CritVulns     int                   `json:"crit_vulns"`
	HighVulns     int                   `json:"high_vulns"`
	MedVulns      int                   `json:"med_vulns"`
	LowVulns      int                   `json:"low_vulns"`
	Malware       int                   `json:"malware"`
	SensitiveData int                   `json:"sensitive_data"`
	Images        []images.ImageFinding `json:"images"`
}

Jump to

Keyboard shortcuts

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