Learn False Positive
learn_false_positiveTeach ARGUS to suppress recurring false positives by saving patterns to .argus/learned.json, improving precision on future runs.
Instructions
Teach ARGUS that a finding is a false positive. The pattern is remembered in .argus/learned.json and suppressed on every future run — precision improves with use rather than staying static.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| path | Yes | Absolute path to the repository root | |
| reason | Yes | Why this is not a real issue | |
| category | Yes | Finding category, e.g. 'sql-injection' |