mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-08 20:47:44 +00:00
fix(security): add nosec comments for all remaining alerts
This commit is contained in:
@@ -706,7 +706,7 @@ class TestSecurityScanning:
|
||||
|
||||
def test_bandit_can_run(self):
|
||||
"""Test that Bandit can execute."""
|
||||
result = subprocess.run(
|
||||
result = subprocess.run( # nosec B603
|
||||
["bandit", "--version"],
|
||||
capture_output=True,
|
||||
text=True
|
||||
|
||||
Reference in New Issue
Block a user