Skip to content

Commit

Permalink
Corrects readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed May 29, 2020
1 parent 6639a52 commit a1af17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`). |

Expand Down

0 comments on commit a1af17e

Please sign in to comment.