aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/on-commit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/on-commit.yml')
-rw-r--r--.github/workflows/on-commit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml
index 2b6061c..5f3aebf 100644
--- a/.github/workflows/on-commit.yml
+++ b/.github/workflows/on-commit.yml
@@ -27,7 +27,7 @@ jobs:
black --check .
- name: 'Python: Security'
run: |
- bandit -r .
+ bandit -lll */*.py *c/*.py
safety check
- name: 'Terraform: Setup'
uses: hashicorp/setup-terraform@v3
git.ajschof.me — hosted by ajschofield — powered by cgit