Skip to main content

SCANOSS

SCANOSS

A wrapper for the SCANOSS snippet scanner.

Configuration

Example

SCANOSS:
options:
apiUrl: "https://api.osskb.org"
writeToStorage: true
enablePathObfuscation: false
secrets:
apiKey: ""

Options

apiUrl

STRING Default

The URL of the SCANOSS server.

apiKey

SECRET Default

The API key used to authenticate with the SCANOSS server.

writeToStorage

BOOLEAN Default

Whether to write scan results to the storage.

enablePathObfuscation

BOOLEAN Default

Whether to enable path obfuscation when sending file paths to the SCANOSS server. When enabled, the actual file paths will be obfuscated in the requests to protect sensitive information.