Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyOptions ¶
type KeyOptions struct { KeyPath string CertPath string IntermediatePaths []string SpiffePath string }
func (*KeyOptions) AddFlags ¶
func (ko *KeyOptions) AddFlags(cmd *cobra.Command)
type RootOptions ¶
func (*RootOptions) AddFlags ¶
func (ro *RootOptions) AddFlags(cmd *cobra.Command)
type RunOptions ¶
type RunOptions struct { KeyOptions KeyOptions WorkingDir string Attestations []string OutFilePath string StepName string RekorServer string Tracing bool }
func (*RunOptions) AddFlags ¶
func (ro *RunOptions) AddFlags(cmd *cobra.Command)
type SignOptions ¶
type SignOptions struct { KeyOptions KeyOptions DataType string OutFilePath string InFilePath string }
func (*SignOptions) AddFlags ¶
func (so *SignOptions) AddFlags(cmd *cobra.Command)
Click to show internal directories.
Click to hide internal directories.