We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0a7f8 commit 7c52253Copy full SHA for 7c52253
.mega-linter.yml
@@ -31,6 +31,8 @@ PYTHON_PYLINT_CONFIG_FILE: pyproject.toml
31
PYTHON_ISORT_CONFIG_FILE: pyproject.toml
32
PYTHON_BANDIT_CONFIG_FILE: pyproject.toml
33
PYTHON_BANDIT_FILTER_REGEX_EXCLUDE: "tests"
34
-PYTHON_BANDIT_PRE_COMMANDS: ["pip install bandit[toml]"]
+PYTHON_BANDIT_PRE_COMMANDS:
35
+ - command: "pip install bandit[toml]"
36
+ cwd: "workspace"
37
38
PYTHON_PYLINT_ARGUMENTS: "--fail-under=0 --fail-on=E"
0 commit comments