feat(scanner): add '--packages-depth' parameter. #14488
static-analysis.yml
on: pull_request
commit-lint
20s
code-base-checks
48s
detekt-issues
6m 13s
markdown-links
26s
markdownlint
8s
qodana-scan
7m 41s
reuse-tool
17s
Annotations
1 error and 1 warning
commit-lint
You have commit messages with errors
⧗ input: feat(scanner): add '--packages-depth' parameter.
The '--packages-depth' parameter allows not to scan the whole
dependency tree. For example, if you use 'scan --packages-depth 1'
then the scan will be performed on projects and the first level of
packages (i.e. the direct dependencies).
By default, the value is -1, which means no limit, all packages
will be scanned.
Signed-off-by: François Barbe <[email protected]>
✖ subject may not end with full stop [subject-full-stop]
⚠ subject must be pascal-case, sentence-case, start-case, upper-case [subject-case]
✖ found 1 problems, 1 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
qodana-scan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: JetBrains/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|