ci: add security headers audit to pipeline

This commit is contained in:
Username
2025-12-26 16:56:03 +01:00
parent 63034e17fe
commit 93a4dd2f97
3 changed files with 112 additions and 1 deletions

View File

@@ -191,6 +191,9 @@ jobs:
- name: Race condition tests
run: python tests/security/race_condition_test.py
- name: Security headers audit
run: python tests/security/headers_audit.py
memory:
name: Memory Leak Check
runs-on: ubuntu-latest