fix(.bandit): use YAML format for bandit config (was INI, caused parse error)
Aegis CI / lint-and-test (push) Has been cancelled
Snyk Security Scan / Python vulnerabilities (backend) (push) Has been cancelled
Snyk Security Scan / npm vulnerabilities (frontend) (push) Has been cancelled
Snyk Security Scan / Docker image vulnerabilities (backend) (push) Has been cancelled

This commit is contained in:
kitos
2026-06-12 12:59:58 +02:00
parent 6d3617938e
commit acc9092baa
+2 -4
View File
@@ -1,4 +1,2 @@
[bandit]
# B311: seed_demo.py uses random exclusively for fake demo data generation,
# not for any cryptographic or security-sensitive purpose.
skips = B311
skips:
- B311