config

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: May 23, 2024 License: MIT Imports: 0 Imported by: 0

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
}

Config defines the configurable options for the HTTP client.

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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