aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/on-commit.yml
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-15 15:06:13 +0100
committerAlex Schofield <git@ajschof.me>2024-08-15 15:06:13 +0100
commit65e899353bb71be9a087c5738e6b3c2abdda87e4 (patch)
tree375e15fe7449bb639715522321ded3f467893d04 /.github/workflows/on-commit.yml
parent1c80682afe1ace3ad96982233b90e255ed9b4a20 (diff)
downloadde-project-bentley-65e899353bb71be9a087c5738e6b3c2abdda87e4.tar.gz
de-project-bentley-65e899353bb71be9a087c5738e6b3c2abdda87e4.zip
ci: update bandit command
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