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 a URL using the specified settings.
Syntax
public static void GrypeDbImport(this ICakeContext context, Uri url, GrypeDbImportSettings settings)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
| CakeAliasCategoryAttribute |
|
| CakeNamespaceImportAttribute |
|
| CakeNamespaceImportAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The context. |
| url |
Uri |
The absolute archive URL. |
| settings |
GrypeDbImportSettings |
The settings. |
Return Value