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.VulnerabilityScanner.
                            
 
	
	
		
	Syntax
	public static Task<List<ComponentReport>> ScanPackagesAsync(this ICakeContext context, ScanPackagesSettings settings, CancellationToken cancellationToken)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| AsyncStateMachineAttribute |  | 
					
						| CakeMethodAliasAttribute |  | 
					
						| CakeAliasCategoryAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| context | ICakeContext |  | 
					
						| settings | ScanPackagesSettings |  | 
					
						| cancellationToken | CancellationToken |  | 
			
		 
	 	
	Return Value