Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface {
// Organization is the Snyk organization in which code SAST is being run.
// Permissions may be granted in the context of an organization. Reports
// are also stored in the context of an owning organization.
Organization() string
// IsFedramp indicates whether the code SAST is being run in the context of FedRAMP.
IsFedramp() bool
// SnykCodeApi returns the Snyk Code API URL configured to run against, which could be
// the one used by the Local Code Engine.
SnykCodeApi() string
// SnykApi returns the Snyk REST API URL configured to run against,
SnykApi() string
// SnykCodeAnalysisTimeout returns the timeout for analysis
SnykCodeAnalysisTimeout() time.Duration
}
Config defines the configurable options for the HTTP client.
Click to show internal directories.
Click to hide internal directories.