Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { defsecTypes.Metadata EnvironmentSecrets []EnvironmentSecret }
type EnvironmentSecret ¶
type EnvironmentSecret struct { 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 }
type Repository ¶
type Repository struct { defsecTypes.Metadata Public defsecTypes.BoolValue VulnerabilityAlerts defsecTypes.BoolValue Archived defsecTypes.BoolValue }
func (Repository) IsArchived ¶
func (r Repository) IsArchived() bool
Click to show internal directories.
Click to hide internal directories.