From 9df1777372011a518981ae79e0cc3ff5ad359a65 Mon Sep 17 00:00:00 2001 From: KuetTai Date: Fri, 1 Mar 2024 17:34:44 +0800 Subject: [PATCH] Update bandit.yml skip B310 --- .github/workflows/bandit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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