diff --git a/.bandit b/.bandit deleted file mode 100644 index 62b15ee..0000000 --- a/.bandit +++ /dev/null @@ -1,3 +0,0 @@ -[bandit] -skips = B101,B601 -exclude_dirs = alembic,scripts diff --git a/.gitea/workflows/ci_backup.yml b/.gitea/workflows/ci_backup.yml index 836fdcd..30a39b7 100644 --- a/.gitea/workflows/ci_backup.yml +++ b/.gitea/workflows/ci_backup.yml @@ -51,7 +51,7 @@ jobs: run: black --check . - name: Run bandit - run: bandit --ini .\.bandit -c pyproject.toml . + run: bandit -c pyproject.toml -r tests test: runs-on: ubuntu-latest diff --git a/.gitea/workflows/cicache.yml b/.gitea/workflows/cicache.yml index 77deb4d..e843f6b 100644 --- a/.gitea/workflows/cicache.yml +++ b/.gitea/workflows/cicache.yml @@ -57,7 +57,7 @@ jobs: run: black --check . - name: Run Bandit - run: bandit --ini .\.bandit -c pyproject.toml . + run: bandit -c pyproject.toml -r tests test: runs-on: ubuntu-latest