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]
|
skips:
|
||||||
# B311: seed_demo.py uses random exclusively for fake demo data generation,
|
- B311
|
||||||
# not for any cryptographic or security-sensitive purpose.
|
|
||||||
skips = B311
|
|
||||||
|
|||||||
Reference in New Issue
Block a user