Skip to content

test: tools: neuvector: support vulnerability asset format #83

test: tools: neuvector: support vulnerability asset format

test: tools: neuvector: support vulnerability asset format #83

Triggered via push May 6, 2024 20:27
Status Failure
Total duration 18s
Artifacts

ruff.yml

on: push
ruff-linting
7s
ruff-linting
Fit to window
Zoom out
Zoom in

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.