Skip to content

Commit 16ff526

Browse files
Vincent Moensfacebook-github-bot
Vincent Moens
authored andcommitted
[fbsync] Ignore bandit for release scripts (#4626)
Reviewed By: NicolasHug Differential Revision: D31758318 fbshipit-source-id: 02aaf3da3ebf6b0218df393b125ca9eafae15529
1 parent 12d616c commit 16ff526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Run Bandit Security Analysis
2121
run: |
2222
python -m pip install bandit
23-
python -m bandit -r . -x ./third_party -lll
23+
python -m bandit -r . -x ./scripts -lll

0 commit comments

Comments
 (0)