# README
Producer: GitHub Code Scanning
This producer queries the GitHub Code Scanning API to produce SAST findings.
Parameters
All parameters are required.
Name | Type | Default | Description |
---|---|---|---|
producer-github-code-scanning-repository-owner | string | N/A | The owner of the repository to scan. |
producer-github-code-scanning-repository-name | string | N/A | The name of the repository to scan. |
producer-github-code-scanning-github-token | string | N/A | The GitHub token to use for scanning. Must have "Code scanning alerts" repository permissions (read) (More Information). |
# Functions
LookupEnvOrString will return the value of the environment variable if it exists, otherwise it will return the default value.