From 74c938f53f8d2b1914d0bd244e8bbbef5c7d3f28 Mon Sep 17 00:00:00 2001 From: "repo-ranger[bot]" Date: Thu, 24 Aug 2023 05:10:57 +0000 Subject: [PATCH] Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 |