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
Reads a report file.
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype .Json - Containing Type
- GrypeReportReader
Syntax
public GrypeReport Read(FilePath path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | FilePath | The report file; relative paths are resolved against the working directory. |
Return Value
| Type | Description |
|---|---|
| GrypeReport | The report. |
