Skip to content

CM-54797 add SBOM import support to cli #1552

CM-54797 add SBOM import support to cli

CM-54797 add SBOM import support to cli #1552

Triggered via pull request November 6, 2025 18:26
Status Failure
Total duration 51s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (I001): cycode/cyclient/import_sbom_client.py#L1
cycode/cyclient/import_sbom_client.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): cycode/cli/utils/get_api_client.py#L9
cycode/cli/utils/get_api_client.py:9:5: I001 Import block is un-sorted or un-formatted
Ruff (B006): cycode/cli/apps/report_import/sbom/sbom_command.py#L49
cycode/cli/apps/report_import/sbom/sbom_command.py:49:9: B006 Do not use mutable data structures for argument defaults
Ruff (UP006): cycode/cli/apps/report_import/sbom/sbom_command.py#L41
cycode/cli/apps/report_import/sbom/sbom_command.py:41:18: UP006 Use `list` instead of `List` for type annotation
Ruff (B006): cycode/cli/apps/report_import/sbom/sbom_command.py#L39
cycode/cli/apps/report_import/sbom/sbom_command.py:39:9: B006 Do not use mutable data structures for argument defaults
Ruff (UP006): cycode/cli/apps/report_import/sbom/sbom_command.py#L35
cycode/cli/apps/report_import/sbom/sbom_command.py:35:18: UP006 Use `list` instead of `List` for type annotation
Ruff (UP035): cycode/cli/apps/report_import/sbom/sbom_command.py#L2
cycode/cli/apps/report_import/sbom/sbom_command.py:2:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (I001): cycode/cli/apps/report_import/sbom/sbom_command.py#L1
cycode/cli/apps/report_import/sbom/sbom_command.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): cycode/cli/apps/report_import/__init__.py#L1
cycode/cli/apps/report_import/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (I001): cycode/cli/app.py#L1
cycode/cli/app.py:1:1: I001 Import block is un-sorted or un-formatted