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 database archive from disk.
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype .Db - Containing Type
- GrypeDbImporter
Syntax
public void Import(FilePath archive, GrypeDbImportSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| archive | FilePath | The archive; relative paths are resolved against the working directory. |
| settings | Grype |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
