aboutsummaryrefslogtreecommitdiff
path: root/.bandit.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.bandit.yaml')
-rw-r--r--.bandit.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bandit.yaml b/.bandit.yaml
new file mode 100644
index 0000000..a77306d
--- /dev/null
+++ b/.bandit.yaml
@@ -0,0 +1,5 @@
+# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates.
+# SPDX-License-Identifier: Apache-2.0
+assert_used:
+ skips: ['*/test_*.py']
+exclude_dirs: ['build', 'dist', 'bazel-bin', 'bazel-out', 'bazel-tosa_checker','bazel-testlogs','.pytest_cache'] \ No newline at end of file