Skip to content

oidc keycloak adaptions #63

oidc keycloak adaptions

oidc keycloak adaptions #63

Triggered via push April 11, 2024 12:20
Status Failure
Total duration 17s
Artifacts

ruff.yml

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

Annotations

10 errors
Ruff (F401): dojo/tools/neuvector_api/updater.py#L4
dojo/tools/neuvector_api/updater.py:4:36: F401 `django.core.exceptions.ValidationError` imported but unused
Ruff (E302): dojo/tools/neuvector_api/updater.py#L29
dojo/tools/neuvector_api/updater.py:29:1: E302 Expected 2 blank lines, found 1
Ruff (E302): dojo/tools/neuvector_api/updater.py#L48
dojo/tools/neuvector_api/updater.py:48:1: E302 Expected 2 blank lines, found 1
Ruff (E302): dojo/tools/neuvector_api/updater.py#L57
dojo/tools/neuvector_api/updater.py:57:1: E302 Expected 2 blank lines, found 1
Ruff (E302): dojo/tools/neuvector_api/updater.py#L67
dojo/tools/neuvector_api/updater.py:67:1: E302 Expected 2 blank lines, found 1
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`