diff --git a/README.md b/README.md index e518c56..c07d63e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ sbt-findsecbugs has one setting: | `findSecBugsExcludeFile` | `None` | Optionally provide a SpotBugs [exclusion file](https://spotbugs.readthedocs.io/en/latest/filter.html). | | `findSecBugsFailOnMissingClass` | `true` | Consider the 'missing class' flag as failure or not. Set this to 'false' in case you excpect and want to ignore missing class messages during the check. | | `findSecBugsParallel` | `true` | In a multimodule build, whether to run the security check for all submodules in parallel. If you run into memory issues, it might help to set this to `false`. | -| `findSecBugsPriorityThreshold` | `Priority.Normal` | Set the priority threshold. Bug instances must be at least as important as this priority to be reported. Possible values: `High`, `Normal`, `Low`, `Experimental`.| +| `findSecBugsPriorityThreshold` | `Priority.Low` | Set the priority threshold. Bug instances must be at least as important as this priority to be reported. Possible values: `High`, `Normal`, `Low`, `Experimental`.| | `findSecBugs / artifactPath` | `crossTarget.value / "findsecbugs" / "report.html"` | Output path for the resulting report. | | `findSecBugs / forkOptions` | derived from other settings | Configuration for the forked JVM. Uses the corresponding settings (`findSecBugs / javaOptions`). |