Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapToolConfig ¶ added in v1.6.2
type MapToolConfig map[tools.Tool]ToolConfig
func ParseInterfaceToMapToolsConfig ¶
func ParseInterfaceToMapToolsConfig(input interface{}) (output MapToolConfig)
type ToolConfig ¶
type ToolsConfigsStruct ¶
type ToolsConfigsStruct struct { GoSec ToolConfig `json:"gosec"` SecurityCodeScan ToolConfig `json:"securitycodescan"` Brakeman ToolConfig `json:"brakeman"` Safety ToolConfig `json:"safety"` Bandit ToolConfig `json:"bandit"` NpmAudit ToolConfig `json:"npmaudit"` YarnAudit ToolConfig `json:"yarnaudit"` HorusecKotlin ToolConfig `json:"horuseckotlin"` HorusecJava ToolConfig `json:"horusecjava"` HorusecLeaks ToolConfig `json:"horusecleaks"` GitLeaks ToolConfig `json:"gitleaks"` TfSec ToolConfig `json:"tfsec"` Semgrep ToolConfig `json:"semgrep"` HorusecCsharp ToolConfig `json:"horuseccsharp"` HorusecKubernetes ToolConfig `json:"horuseckubernetes"` Eslint ToolConfig `json:"eslint"` HorusecNodejs ToolConfig `json:"horusecnodejs"` Flawfinder ToolConfig `json:"flawfinder"` PhpCS ToolConfig `json:"phpcs"` HorusecDart ToolConfig `json:"horusecdart"` ShellCheck ToolConfig `json:"shellcheck"` }
func (*ToolsConfigsStruct) ToMap ¶
func (t *ToolsConfigsStruct) ToMap() MapToolConfig
Click to show internal directories.
Click to hide internal directories.