Documentation ¶
Index ¶
- Constants
- func IsVerbose(app *config.Application) (result bool)
- func MakeWriter(outputs []string, defaultFile, templateFilePath string) (sbom.Writer, error)
- type AttestOptions
- type FulcioOptions
- type Interface
- type OIDCOptions
- type PackagesOptions
- type RekorOptions
- type RootOptions
- type VersionOptions
Constants ¶
View Source
const DefaultOIDCIssuerURL = "https://oauth2.sigstore.dev/auth"
View Source
const DefaultRekorURL = "https://rekor.sigstore.dev"
Variables ¶
This section is empty.
Functions ¶
func IsVerbose ¶
func IsVerbose(app *config.Application) (result bool)
func MakeWriter ¶ added in v0.46.0
makeWriter creates a sbom.Writer for output or returns an error. this will either return a valid writer or an error but neither both and if there is no error, sbom.Writer.Close() should be called
Types ¶
type AttestOptions ¶
type AttestOptions struct {
Key string
}
type FulcioOptions ¶ added in v0.46.0
FulcioOptions is the wrapper for Fulcio related options.
type OIDCOptions ¶ added in v0.46.0
OIDCOptions is the wrapper for OIDC related options.
type PackagesOptions ¶
type RekorOptions ¶ added in v0.46.0
type RekorOptions struct {
URL string
}
RekorOptions is the wrapper for Rekor related options.
type RootOptions ¶
Click to show internal directories.
Click to hide internal directories.