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 // DefaultPostSize is the default maximum POST size in bytes (64KB) DefaultPostSize = 64 * 1024 // MinFileSize is the minimum file size to process MinFileSize = 100 // 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 ¶
Click to show internal directories.
Click to hide internal directories.