From 66a1d6cce42dff94ef710cc5ee7c67e052f569ec Mon Sep 17 00:00:00 2001 From: jackton1 Date: Mon, 2 Jan 2023 10:05:56 +0000 Subject: [PATCH] Updated README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2c7aaec..044af1e 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,10 @@ Support this project with a :star: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|---------|--------|----------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| options | string | false | `"-r"` | optional arguments: -h, --help show this
help message and exit -r, --recursive
find and process files in subdirectories
-a {file,vuln}, --aggregate {file,vuln} aggregate output
by vulnerability (default) or by filename
-n CONTEXT\_LINES, --number CONTEXT\_LINES maximum number
of code lines to output for
each issue -c CONFIG\_FILE, --configfile CONFIG\_FILE
optional config file to use for
selecting plugins and overriding defaults -p
PROFILE, --profile PROFILE profile to use
(defaults to executing all tests) -t
TESTS, --tests TESTS comma-separated list of
test IDs to run -s SKIPS,
--skip SKIPS comma-separated list of test
IDs to skip -l, --level report
only issues of a given severity
level or higher (-l for LOW,
-ll for MEDIUM, -lll for HIGH)
-i, --confidence report only issues of
a given confidence level or higher
(-i for LOW, -ii for MEDIUM,
-iii for HIGH) -f {csv,custom,html,json,screen,txt,xml,yaml}, | -| | | | | --format
{csv,custom,html,json,screen,txt,xml,yaml} specify output format --msg-template MSG\_TEMPLATE
specify output message template (only usable
with --format custom), see CUSTOM FORMAT
section for list of available values
-o \[OUTPUT\_FILE], --output \[OUTPUT\_FILE] write report
to filename -v, --verbose output extra
information like excluded and included files
-d, --debug turn on debug mode
-q, --quiet, --silent only show output
in the case of an error
--ignore-nosec do not skip lines with
# nosec comments -x EXCLUDED\_PATHS, --exclude
EXCLUDED\_PATHS comma-separated list of paths (glob
patterns supported) to exclude from scan
(note that these are in addition
to the excluded paths provided in
the config file) (default: .svn,CVS,.bzr,.hg,.git,**pycache**,.tox,.eggs,\*.egg) -b
BASELINE, --baseline BASELINE path of a
baseline report to compare against (only
JSON-formatted files are accepted) --ini INI\_PATH
| -| | | | | path to a .bandit file that
supplies command line arguments --exit-zero exit
with 0, even with results found
--version show program's version number and
exit | -| targets | string | true | `"."` | Module(s)/Package(s) to run bandit checks | +| 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 |