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.Grype.
Summary
Scans a directory for vulnerabilities with Grype using the specified settings.
Syntax
public static void GrypeScanDirectory(this ICakeContext context, DirectoryPath directory, GrypeScanSettings settings)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
| CakeNamespaceImportAttribute |
|
| CakeNamespaceImportAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| directory |
DirectoryPath |
The directory. |
| settings |
GrypeScanSettings |
The settings. |
Return Value