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 a URL. A
checksum=sha256:… query parameter is verified by Grype.
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype .Db - Containing Type
- GrypeDbImporter
Syntax
public void Import(Uri url, GrypeDbImportSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| url | Uri | The absolute archive URL. |
| settings | Grype |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
