# Functions
CreateSemgrepConfigValue creates a semgrep config value based on the provided template and rules directory.
ExecuteSemgrep runs the semgrep command with the provided target and configValue.
# Structs
Dev holds all of the development information for a semgrep finding.
Error holds the error information for a semgrep finding.
Extra holds additional information for a semgrep finding.
Metadata holds the metadata for a semgrep finding.
Metavar holds the meta variable information for a semgrep finding.
Report holds all of the information for a semgrep run, including all of the non-fatal errors and results.
Result holds the output result information for a given semgrep finding.