aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAlex <git@ajschof.me>2024-08-15 15:16:49 +0100
committerGitHub <noreply@github.com>2024-08-15 15:16:49 +0100
commite3fa3e1cca97f63336f489fc60368ffad091549d (patch)
tree401c1b7d09a723e05e406ea2f2cd0882b76fb55a /.github
parent0ee89e50a3741ab0669fbb76189313401ec0b9f4 (diff)
parenta4453b4c1e56182a26038554d1ad1a1e68631ab1 (diff)
downloadde-project-bentley-e3fa3e1cca97f63336f489fc60368ffad091549d.tar.gz
de-project-bentley-e3fa3e1cca97f63336f489fc60368ffad091549d.zip
Merge pull request #38 from ajschofield/feature/ci-tests
ci: remove security checks
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/on-commit.yml4
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:
git.ajschof.me — hosted by ajschofield — powered by cgit