From 2d757685deec8fc3568d9307bea1515827f2b5fc Mon Sep 17 00:00:00 2001 From: Gaurav Sheni Date: Tue, 22 Oct 2024 14:24:29 -0400 Subject: [PATCH] Update static_code_analysis.yml --- .github/workflows/static_code_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_code_analysis.yml b/.github/workflows/static_code_analysis.yml index 6bb8de3..e5dfac0 100644 --- a/.github/workflows/static_code_analysis.yml +++ b/.github/workflows/static_code_analysis.yml @@ -19,7 +19,7 @@ jobs: python -m pip install --upgrade pip python -m pip install bandit==1.7.7 - name: Save code analysis - run: bandit -r . -x ./tests -f txt -o static_code_analysis.txt --exit-zero + run: bandit -r . -x ./tests,./scripts -f txt -o static_code_analysis.txt --exit-zero - name: Create pull request id: cpr uses: peter-evans/create-pull-request@v4