package
0.59.2
Repository: https://github.com/smithy-security/smithy.git
Documentation: pkg.go.dev

# README

Producer: GitHub Code Scanning

This producer queries the GitHub Code Scanning API to produce SAST findings.

Parameters

All parameters are required.

NameTypeDefaultDescription
producer-github-code-scanning-repository-ownerstringN/AThe owner of the repository to scan.
producer-github-code-scanning-repository-namestringN/AThe name of the repository to scan.
producer-github-code-scanning-github-tokenstringN/AThe 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.