workflow

package
v1.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ContentTypeJSON        = "application/json"
	ContentTypeJSONL       = "application/jsonl"
	LegacyCLIWorkflowIDStr = "legacycli"
	ContentLocationKey     = "Content-Location"
)
View Source
const (
	FlagFailFast                      = "fail-fast"
	FlagAllProjects                   = "all-projects"
	FlagPrintOutputJsonlWithErrors    = "print-output-jsonl-with-errors"
	FlagDev                           = "dev"
	FlagExclude                       = "exclude"
	FlagExcludePaths                  = "exclude-paths"
	FlagFile                          = "file"
	FlagDetectionDepth                = "detection-depth"
	FlagPruneRepeatedSubdependencies  = "prune-repeated-subdependencies"
	FlagMavenAggregateProject         = "maven-aggregate-project"
	FlagMavenSkipWrapper              = "maven-skip-wrapper" //nolint:gosec // Not a credential, this is a CLI flag name
	FlagScanUnmanaged                 = "scan-unmanaged"
	FlagScanAllUnmanaged              = "scan-all-unmanaged"
	FlagSubProject                    = "sub-project"
	FlagGradleSubProject              = "gradle-sub-project"
	FlagGradleNormalizeDeps           = "gradle-normalize-deps"
	FlagAllSubProjects                = "all-sub-projects"
	FlagConfigurationMatching         = "configuration-matching"
	FlagConfigurationAttributes       = "configuration-attributes"
	FlagInitScript                    = "init-script"
	FlagYarnWorkspaces                = "yarn-workspaces"
	FlagPythonCommand                 = "command"
	FlagPythonSkipUnresolved          = "skip-unresolved"
	FlagPythonPackageManager          = "package-manager"
	FlagStrictOutOfSync               = "strict-out-of-sync"
	FlagNugetAssetsProjectName        = "assets-project-name"
	FlagNugetPkgsFolder               = "packages-folder"
	FlagUnmanagedMaxDepth             = "max-depth"
	FlagIncludeProvenance             = "include-provenance"
	FlagUseSBOMResolution             = "use-sbom-resolution"
	FlagPrintEffectiveGraph           = "effective-graph"
	FlagPrintEffectiveGraphWithErrors = "effective-graph-with-errors"
	FlagDotnetRuntimeResolution       = "dotnet-runtime-resolution"
	FlagDotnetTargetFramework         = "dotnet-target-framework"
	// TODO: rename this flag to remove the uv-specific reference.
	FlagUvWorkspacePackages = "internal-uv-workspace-packages"
	FlagForceSingleGraph    = "force-single-graph"
)
View Source
const WorkflowIDStr = "depgraph"

Variables

View Source
var (
	MetaKeyNormalisedTargetFile = "normalisedTargetFile"
	MetaKeyTargetFileFromPlugin = "targetFileFromPlugin"
	MetaKeyTarget               = "target"
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL