github

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	Metadata           defsecTypes.Metadata
	EnvironmentSecrets []EnvironmentSecret
}

type BranchProtection added in v0.0.2

type BranchProtection struct {
	Metadata             defsecTypes.Metadata
	RequireSignedCommits defsecTypes.BoolValue
}

func (BranchProtection) RequiresSignedCommits added in v0.0.2

func (b BranchProtection) RequiresSignedCommits() bool

type EnvironmentSecret

type EnvironmentSecret struct {
	Metadata       defsecTypes.Metadata
	Repository     defsecTypes.StringValue
	Environment    defsecTypes.StringValue
	SecretName     defsecTypes.StringValue
	PlainTextValue defsecTypes.StringValue
	EncryptedValue defsecTypes.StringValue
}

type GitHub

type GitHub struct {
	Repositories       []Repository
	EnvironmentSecrets []EnvironmentSecret
	BranchProtections  []BranchProtection
}

type Repository

type Repository struct {
	Metadata            defsecTypes.Metadata
	Public              defsecTypes.BoolValue
	VulnerabilityAlerts defsecTypes.BoolValue
	Archived            defsecTypes.BoolValue
}

func (Repository) IsArchived

func (r Repository) IsArchived() bool

Jump to

Keyboard shortcuts

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