diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index d676ee5..c1d08d7 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -46,7 +46,7 @@ jobs: # 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) # excluded_paths: # optional, default is DEFAULT # comma-separated list of test IDs to skip - # skips: # optional, default is DEFAULT + skips: B310 # path to a .bandit file that supplies command line arguments # ini_path: # optional, default is DEFAULT