diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-15 15:16:12 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-15 15:16:12 +0100 |
| commit | acf776a3732de3676e6178c27b8a46b564f36ad3 (patch) | |
| tree | 401c1b7d09a723e05e406ea2f2cd0882b76fb55a /.github/workflows | |
| parent | aa82b5fb8185365557fbbd916713208ec54b7c0e (diff) | |
| download | de-project-bentley-acf776a3732de3676e6178c27b8a46b564f36ad3.tar.gz de-project-bentley-acf776a3732de3676e6178c27b8a46b564f36ad3.zip | |
ci: remove security checks
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/on-commit.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/on-commit.yml b/.github/workflows/on-commit.yml index 01de8d7..937aeaa 100644 --- a/.github/workflows/on-commit.yml +++ b/.github/workflows/on-commit.yml @@ -25,10 +25,6 @@ jobs: - name : 'Python: Formatting' run: | black --check . - - name: 'Python: Security' - run: | - bandit -lll */*.py *c/*.py - safety check - name: 'Terraform: Setup' uses: hashicorp/setup-terraform@v3 with: |
