config

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DefaultAPIURL is the SCANOSS API endpoint the CLI targets unless --api-url
	// overrides it. The /v3 path is carried by the SDK service endpoints, so the
	// base URL is just the host.
	DefaultAPIURL = "https://api.scanoss.com"

	// DefaultThreads is the default number of parallel workers
	DefaultThreads = 10

	// Output format constants
	FormatRaw       = "raw"
	FormatSPDX      = "spdx"
	FormatCycloneDX = "cyclonedx"

	// DefaultFormat is the default output format
	DefaultFormat = FormatRaw

	// AppName is the application name used in SBOM metadata
	AppName = "scanoss"

	// OrganizationName is used in SBOM metadata
	OrganizationName = "SCANOSS"
)

Variables

View Source
var AppVersion = version.Version()

AppVersion is the application version, resolved at build time.

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