ecr

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

View Source
const (
	EncryptionTypeKMS    = "KMS"
	EncryptionTypeAES256 = "AES256"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ECR

type ECR struct {
	Repositories []Repository
}

type Encryption

type Encryption struct {
	Metadata defsecTypes.Metadata
	Type     defsecTypes.StringValue
	KMSKeyID defsecTypes.StringValue
}

type ImageScanning

type ImageScanning struct {
	Metadata   defsecTypes.Metadata
	ScanOnPush defsecTypes.BoolValue
}

type Repository

type Repository struct {
	Metadata           defsecTypes.Metadata
	ImageScanning      ImageScanning
	ImageTagsImmutable defsecTypes.BoolValue
	Policies           []iam.Policy
	Encryption         Encryption
}

Jump to

Keyboard shortcuts

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