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
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:
+2
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user