Skip to main content
Dotset Labs home page
Search...
⌘K
GitHub
GitHub
Search...
Navigation
Type Aliases
Type Alias: Severity
Documentation
GitHub
npm
Introduction
Introduction
Quickstart
Installation
Mantle
CLI Commands
Concepts
CI/CD Guides
Security
Tollgate
CLI Commands
Concepts
Integration Guides
Security
API Reference
API Reference
Mantle API
Mantle API
Classes
Interfaces
Functions
Type Aliases
Type Alias: CIProvider
Type Alias: CircuitState
Type Alias: ConfigOutputFormat
Type Alias: DetectionSignal
Type Alias: ErrorCode
Type Alias: ExitCode
Type Alias: FindingSeverity
Type Alias: FindingStatus
Type Alias: OutputFormat
Type Alias: ProtectionMode
Type Alias: ProviderSource
Type Alias: Scope
Type Alias: Severity
Variables
Tollgate API
On this page
Type Alias: Severity
Type Aliases
Type Alias: Severity
Dotset CLI API Documentation
/
index
/ Severity
Type Alias: Severity
Copy
type
Severity
=
"low"
|
"medium"
|
"high"
|
"critical"
;
Defined in:
src/mantle/config.ts:20
Severity levels for patterns
Type Alias: Scope
Variable: CONFIG_FILENAME
⌘I