diff --git a/README.md b/README.md index b25a32b..93bb117 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,10 @@ Support this project with a :star: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|---------|--------|----------|---------|-----------------------------------------------------------------------------------------------------| -| options | string | false | `"-r"` | Extra options passed directly to
bandit. See: [OPTIONS.md for available choices](./OPTIONS.md) | -| targets | string | true | `"."` | Module(s)/Package(s) to run bandit checks | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|-------------------------------------------------------|--------|----------|---------|-----------------------------------------------------------------------------------------------------| +| [options](#input_options) | string | false | `"-r"` | Extra options passed directly to
bandit. See: [OPTIONS.md for available choices](./OPTIONS.md) | +| [targets](#input_targets) | string | true | `"."` | Module(s)/Package(s) to run bandit checks |