This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.CodeQL.Cli.
                            
	
		Summary
            Initializes a new instance of the 
		CodeQLSecurityReportTool class.
            - Assembly
 - Cake
.CodeQL .Cli .dll  - Namespace
 - Cake
.CodeQL .Cli .Report  - Containing Type
 - Code
Q L Security Report Tool  
Syntax
public CodeQLSecurityReportTool(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools, ICakeLog log)
	Parameters
| Name | Type | Description | 
|---|---|---|
| fileSystem | IFileSystem | The file system. | 
| environment | ICakeEnvironment | The environment. | 
| processRunner | IProcessRunner | The process runner. | 
| tools | IToolLocator | The tool locator. | 
| log | ICakeLog | Cake log instance. | 
Return Value
| Type | Description | 
|---|---|
| void | 
