hardpoint baseline
Manage suppression baselines for tracking and controlling false positive suppressions.Usage
Commands
| Command | Description |
|---|---|
list | List all suppressions in the current baseline |
add | Add a new suppression to the baseline |
prune | Remove expired or unused suppressions |
baseline list
Display all suppressions defined in the baseline file.Flags
| Flag | Short | Description |
|---|---|---|
--expired | Only show expired suppressions |
Examples
Output
baseline add
Add a new suppression to the baseline file.Flags
| Flag | Short | Description |
|---|---|---|
--reason | -r | Reason for the suppression (required) |
--file | -f | File glob pattern to match |
--pattern | -p | Regex pattern to match in line content |
--expires | -e | Expiration date (ISO 8601 format) |
Examples
baseline prune
Remove expired or unused suppressions from the baseline.Flags
| Flag | Short | Description |
|---|---|---|
--dry-run | -n | Show what would be removed without modifying |
--unused | Also remove suppressions that don’t match any current findings |
Examples
Output
Related
- Baseline & Suppressions - Understanding suppression configuration
- scan command - Running security scans