"...text-generation-inference.git" did not exist on "3ccb3bb0b54a6ea51d7b8c3dbf8551f4247899e8"
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: ...@@ -20,4 +20,4 @@ jobs:
- name: Run Bandit Security Analysis - name: Run Bandit Security Analysis
run: | run: |
python -m pip install bandit 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