diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-15 15:06:13 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-15 15:06:13 +0100 |
| commit | 65e899353bb71be9a087c5738e6b3c2abdda87e4 (patch) | |
| tree | 375e15fe7449bb639715522321ded3f467893d04 /.github | |
| parent | 1c80682afe1ace3ad96982233b90e255ed9b4a20 (diff) | |
| download | de-project-bentley-65e899353bb71be9a087c5738e6b3c2abdda87e4.tar.gz de-project-bentley-65e899353bb71be9a087c5738e6b3c2abdda87e4.zip | |
ci: update bandit command
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/on-commit.yml | 2 |
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 |
