Versions in this module Expand all Collapse all v0 v0.52.0 Sep 29, 2022 Changes in this version + const DefaultOIDCIssuerURL + const DefaultRekorURL + func FormatAliases(ids ...sbom.FormatID) (aliases []string) + func IsVerbose(app *config.Application) (result bool) + func MakeWriter(outputs []string, defaultFile, templateFilePath string) (sbom.Writer, error) + type AttestOptions struct + Cert string + CertChain string + Force bool + Fulcio FulcioOptions + Key string + NoUpload bool + OIDC OIDCOptions + Recursive bool + Rekor RekorOptions + func (o *AttestOptions) AddFlags(cmd *cobra.Command, v *viper.Viper) error + type FulcioOptions struct + IdentityToken string + InsecureSkipFulcioVerify bool + URL string + func (o *FulcioOptions) AddFlags(cmd *cobra.Command, v *viper.Viper) error + type Interface interface + AddFlags func(cmd *cobra.Command, v *viper.Viper) error + type OIDCOptions struct + ClientID string + Issuer string + RedirectURL string + func (o *OIDCOptions) AddFlags(cmd *cobra.Command, v *viper.Viper) error + type PackagesOptions struct + Catalogers []string + Dockerfile string + Exclude []string + File string + Host string + ImportTimeout uint + Output []string + OutputTemplatePath string + OverwriteExistingImage bool + Password string + Platform string + Scope string + Username string + func (o *PackagesOptions) AddFlags(cmd *cobra.Command, v *viper.Viper) error + type RekorOptions struct + URL string + func (o *RekorOptions) AddFlags(cmd *cobra.Command, v *viper.Viper) error + type RootOptions struct + Config string + Quiet bool + Verbose int + func (o *RootOptions) AddFlags(cmd *cobra.Command, v *viper.Viper) error + type VersionOptions struct + Output string + func (o *VersionOptions) AddFlags(cmd *cobra.Command, v *viper.Viper) error