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
            Runs GitHub Security Report.
            
		- Assembly
 - Cake
.CodeQL .Cli .dll  - Namespace
 - Cake
.CodeQL .Cli .Report  - Containing Type
 - Code
Q L Security Report Tool  
Syntax
protected void RunCore(CodeQLSecurityReportToolSettings settings, ProcessSettings processSettings, Action<IProcess> postAction)
	Parameters
| Name | Type | Description | 
|---|---|---|
| settings | Code | 
						The settings. | 
| processSettings | ProcessSettings | The process settings. null for default settings. | 
					
| postAction | Action | 
						Action which should be executed after running libman. null for no action. | 
					
Return Value
| Type | Description | 
|---|---|
| void | 
