Unverified Commit cb646f0f authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Ignore bandit for release scripts (#4626)

parent ec2456aa
......@@ -20,4 +20,4 @@ jobs:
- name: Run Bandit Security Analysis
run: |
python -m pip install bandit
python -m bandit -r . -x ./third_party -lll
python -m bandit -r . -x ./scripts -lll
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment