Documentation ¶
Index ¶
- Constants
- func Branch() *cobra.Command
- func BuildBundles(ctx context.Context, cfg *Global) error
- func BundleAll(ctx context.Context, cfg *Global, bcfg *BundleConfig, args []string) (*name.Digest, error)
- func CheckUpdate() *cobra.Command
- func CommonFS(dirfs fs.FS) (fs.FS, error)
- func Diff() *cobra.Command
- func Gc() *cobra.Command
- func Issues() *cobra.Command
- func New() *cobra.Command
- func Package() *cobra.Command
- func Release() *cobra.Command
- func SoName() *cobra.Command
- type BundleConfig
- type Global
Constants ¶
View Source
const ( // OutputYAML YAML output. OutputYAML = "yaml" // OutputCSV CSV output. OutputCSV = "csv" )
Variables ¶
This section is empty.
Functions ¶
func CheckUpdate ¶
Types ¶
type BundleConfig ¶ added in v0.19.5
type Global ¶ added in v0.19.0
type Global struct { BuildID uuid.UUID Dir string DestinationRepo string PipelineDir string Runner string Archs []string ExtraKeys []string ExtraRepos []string PurlNamespace string OutDir string Bundle string GCS *storage.Client StagingBucket string DestinationBucket string K8sNamespace string ServiceAccount string MachineFamily string Annotations map[string]string ProjectID string ClusterLocation string ClusterName string // contains filtered or unexported fields }
Source Files ¶
- advisory.go
- advisory_alias.go
- advisory_alias_discover.go
- advisory_alias_find.go
- advisory_copy.go
- advisory_create.go
- advisory_diff.go
- advisory_discover.go
- advisory_export.go
- advisory_guide.go
- advisory_guide_graph.go
- advisory_list.go
- advisory_migrate_ids.go
- advisory_osv.go
- advisory_secdb.go
- advisory_update.go
- advisory_validate.go
- advisory_validate_fixes.go
- apk.go
- build.go
- bump.go
- bundle.go
- check.go
- check_diff.go
- check_so_name.go
- check_update.go
- commands.go
- dot.go
- gh.go
- gh_gc.go
- gh_gc_branch.go
- gh_gc_issues.go
- gh_release.go
- image.go
- image_apk.go
- lint.go
- lint_yam.go
- ls.go
- ruby.go
- ruby_check_upgrade.go
- ruby_code_search.go
- sbom.go
- scan.go
- test.go
- text.go
- update.go
- update_package.go
- vex.go
- withdraw.go
Click to show internal directories.
Click to hide internal directories.