test: tools: neuvector: support vulnerability asset format #83
Annotations
8 errors
Ruff (E231):
dojo/tools/neuvector_compliance/parser.py#L4
dojo/tools/neuvector_compliance/parser.py:4:33: E231 Missing whitespace after ','
|
Ruff (F401):
dojo/tools/tenablesc_api/api_client.py#L1
dojo/tools/tenablesc_api/api_client.py:1:8: F401 `json` imported but unused
|
Ruff (F401):
dojo/tools/tenablesc_api/api_client.py#L3
dojo/tools/tenablesc_api/api_client.py:3:8: F401 `requests` imported but unused
|
Ruff (E302):
dojo/tools/tenablesc_api/updater.py#L52
dojo/tools/tenablesc_api/updater.py:52:1: E302 Expected 2 blank lines, found 1
|
Ruff (E302):
dojo/tools/tenablesc_api/updater.py#L65
dojo/tools/tenablesc_api/updater.py:65:1: E302 Expected 2 blank lines, found 1
|
Ruff (E711):
dojo/tools/tenablesc_api/updater.py#L71
dojo/tools/tenablesc_api/updater.py:71:43: E711 Comparison to `None` should be `cond is not None`
|
Ruff (E302):
dojo/tools/tenablesc_api/updater.py#L85
dojo/tools/tenablesc_api/updater.py:85:1: E302 Expected 2 blank lines, found 1
|
ruff-linting
Process completed with exit code 1.
|