[API_PARSER][BEYONDTRUST_PRA] New API parser BEYONDTRUST_PRA #42
Annotations
7 errors and 1 warning
Ruff (E741):
vulture_os/services/frontend/models.py#L1380
vulture_os/services/frontend/models.py:1380:21: E741 Ambiguous variable name: `l`
|
Ruff (E711):
vulture_os/services/frontend/models.py#L1424
vulture_os/services/frontend/models.py:1424:59: E711 Comparison to `None` should be `cond is None`
|
Ruff (E741):
vulture_os/services/frontend/models.py#L1446
vulture_os/services/frontend/models.py:1446:42: E741 Ambiguous variable name: `l`
|
Ruff (E741):
vulture_os/services/frontend/models.py#L1448
vulture_os/services/frontend/models.py:1448:38: E741 Ambiguous variable name: `l`
|
Ruff (E722):
vulture_os/services/frontend/models.py#L2163
vulture_os/services/frontend/models.py:2163:13: E722 Do not use bare `except`
|
Ruff (F401):
vulture_os/toolkit/api_parser/beyondtrust_pra/beyondtrust_pra.py#L26
vulture_os/toolkit/api_parser/beyondtrust_pra/beyondtrust_pra.py:26:8: F401 `base64` imported but unused
|
Ruff (F401):
vulture_os/toolkit/api_parser/beyondtrust_pra/beyondtrust_pra.py#L29
vulture_os/toolkit/api_parser/beyondtrust_pra/beyondtrust_pra.py:29:8: F401 `time` imported but unused
|
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|