From ac9773175b640b23b635cf04a0cd88afb3b9248b Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Fri, 15 Oct 2021 13:47:43 +0100 Subject: [PATCH] Ignore bandit for release scripts --- .github/workflows/bandit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index 84200b438a9..4a85dc99447 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -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