ecr

package
v0.94.1 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: MIT Imports: 2 Imported by: 2

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