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
Counts the matches per severity. Every severity is present, with zero if nothing matched it.
- Assembly
- Cake
.Grype .dll - Namespace
- Cake
.Grype .Json - Containing Type
- GrypeReport
Syntax
public IReadOnlyDictionary<GrypeSeverity, int> CountBySeverity()
Return Value
| Type | Description |
|---|---|
| IReadOnlyDictionary |
The count per severity. |
