GRM-24: feat: bandit integration (#1)
CI / lint (push) Has been cancelled
CI / unit-tests (push) Has been cancelled
CI / molecule-tests (push) Has been cancelled
Post-merge Vikunja update / vikunja (push) Has been cancelled

Co-authored-by: Emil Simeonov <emil@theliberatededge.org>
Reviewed-on: #1
This commit is contained in:
2026-06-19 21:17:39 +00:00
co-authored by Emil Simeonov
parent d8c31238bd
commit d949bd3444
21 changed files with 325 additions and 75 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
run: python3 -m pip install requests
- name: Squash merge with task ID
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
REPO_TOKEN: ${{ secrets.REPO_TOKEN }}
run: |
python3 scripts/auto_merge.py \
"${{ github.head_ref }}" \
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
python3 -m pip install build twine requests
- name: Build and publish release
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
REPO_TOKEN: ${{ secrets.REPO_TOKEN }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
python3 scripts/publish.py \