From 26cc579e192d2f76890d1c7095c5dd6ae31d1cfb Mon Sep 17 00:00:00 2001 From: Gabe <66077254+MrBrain295@users.noreply.github.com> Date: Sat, 19 Mar 2022 08:13:02 -0500 Subject: [PATCH] Add Bandit security testing --- .github/workflows/bandit.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/workflows/bandit.yml diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml new file mode 100644 index 0000000..fb04135 --- /dev/null +++ b/.github/workflows/bandit.yml @@ -0,0 +1,2 @@ +- name: Python security check using Bandit + uses: Joel-hanson/bandit-report-artifacts@V1