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
Gets the matches with a severity at or above severity.
Unknown (unassessed) matches are only included for a threshold of Unknown.
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype .Json - Containing Type
- GrypeReport
Syntax
public IEnumerable<GrypeMatch> AtOrAbove(GrypeSeverity severity)
Parameters
| Name | Type | Description |
|---|---|---|
| severity | GrypeSeverity | The minimum severity. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
The matches. |
