aboutsummaryrefslogtreecommitdiff
path: root/.bandit.yaml
diff options
context:
space:
mode:
authorTom Allsop <tom.allsop@arm.com>2022-11-04 10:40:10 +0000
committerTom Allsop <tom.allsop@arm.com>2022-11-14 11:35:09 +0000
commitb4240d3aa133b8eefd253498e3f2cc321e24ab84 (patch)
tree0fc478cdfc2ed902eda7d0c9afe2734987047c89 /.bandit.yaml
parent04a2328f9683b7fe97579a3310d2f473f38717dd (diff)
downloadtosa_checker-b4240d3aa133b8eefd253498e3f2cc321e24ab84.tar.gz
Added ASAN & UBSAN build options and Dockerfile for sanitized builds
* Added SanitizerBuild.Dockerfile for running sanitized builds. * Added dependencies for bandit into SanitizerBuild.Dockerfile. * Added --sanitizer option to setup.py. * Added .bandit.yaml. Change-Id: I4dd41bc52790a1b7f17ffca556362e37860ab572
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