Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PredicateCmd = &cobra.Command{ Use: "predicate", Short: "Generate attestation predicates", Long: "Generate attestation predicates for metadata, dependency scan, test-result, code-scan, and source-review attestations.", Args: cobra.NoArgs, RunE: func(cmd *cobra.Command, _ []string) error { return cmd.Help() }, }
PredicateCmd is the parent command for predicate generation.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.