CM-26869 - Add --severity-threshold support for all scan types
#984
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
4 errors and 1 warning
|
Ruff (ANN201):
tests/cli/commands/scan/test_code_scanner.py#L78
tests/cli/commands/scan/test_code_scanner.py:78:5: ANN201 Missing return type annotation for public function `test_does_severity_match_severity_threshold`
|
|
Ruff (ANN201):
tests/cli/models/test_severity.py#L4
tests/cli/models/test_severity.py:4:5: ANN201 Missing return type annotation for public function `test_try_get_value`
|
|
Ruff (ANN201):
tests/cli/models/test_severity.py#L17
tests/cli/models/test_severity.py:17:5: ANN201 Missing return type annotation for public function `test_get_member_weight`
|
|
ruff
Process completed with exit code 1.
|
|
ruff
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|