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
Imports a Grype vulnerability database archive from disk using the specified settings.
Syntax
public static void GrypeDbImport(this ICakeContext context, FilePath archive, GrypeDbImportSettings settings)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
| CakeNamespaceImportAttribute |
|
| CakeNamespaceImportAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| archive |
FilePath |
The archive. |
| settings |
GrypeDbImportSettings |
The settings. |
Return Value