PnpmAuditSettings.

AuditLevel Property

Summary

Only print advisories with severity greater than or equal to one of the following: low|moderate|high|critical. Default: low
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm.Audit
Containing Type
PnpmAuditSettings

Syntax

public Nullable<AuditLevelSeverity> AuditLevel { get; set; }

Value

Type Description
Nullable<AuditLevelSeverity>