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
Parses a report from a stream of UTF-8 JSON (a byte order mark is allowed).
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype .Json - Containing Type
- GrypeReportReader
Syntax
public static GrypeReport Parse(Stream stream)
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | The stream. |
Return Value
| Type | Description |
|---|---|
| GrypeReport | The report. |
