oxsecurity / megalinter

🦙 MegaLinter analyzes 50 languages, 22 formats, 21 tooling formats, excessive copy-pastes, spelling mistakes and security issues in your repository sources with a GitHub Action, other CI tools or locally.
https://megalinter.io
GNU Affero General Public License v3.0
1.9k stars 231 forks source link

Limit `bartlett/sarif-php-sdk` dependency constraint to versions 1.x #3729

Closed llaville closed 3 months ago

llaville commented 3 months ago

Proposed Changes

This will avoid issue when major version 2.0 of bartlett/sarif-php-sdk will be released, because converters were removed from this package. Will be include in next generation with package/repo https://github.com/llaville/sarif-php-converters (soon available)

Readiness Checklist

Author/Contributor

Reviewing Maintainer

github-actions[bot] commented 3 months ago

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ API spectral 2 0 2.46s
✅ BASH bash-exec 5 0 0.01s
✅ BASH shellcheck 5 0 0.13s
✅ BASH shfmt 5 0 0 0.6s
✅ COPYPASTE jscpd yes no 3.95s
✅ DOCKERFILE hadolint 129 0 16.64s
✅ JSON jsonlint 18 0 0.21s
✅ JSON v8r 20 0 30.48s
⚠️ MARKDOWN markdownlint 266 0 272 36.24s
✅ MARKDOWN markdown-table-formatter 266 0 0 139.74s
✅ OPENAPI spectral 2 0 3.04s
⚠️ PYTHON bandit 212 64 2.92s
✅ PYTHON black 212 0 0 5.64s
✅ PYTHON flake8 212 0 2.11s
✅ PYTHON isort 212 0 0 1.25s
✅ PYTHON mypy 212 0 19.03s
✅ PYTHON pylint 212 0 19.66s
✅ PYTHON ruff 212 0 0 0.66s
✅ REPOSITORY checkov yes no 42.12s
✅ REPOSITORY git_diff yes no 0.57s
⚠️ REPOSITORY grype yes 1 18.85s
✅ REPOSITORY secretlint yes no 12.49s
✅ REPOSITORY trivy yes no 20.42s
✅ REPOSITORY trivy-sbom yes no 8.05s
⚠️ REPOSITORY trufflehog yes 1 11.83s
✅ SPELL cspell 694 0 26.44s
⚠️ SPELL lychee 347 5 29.22s
✅ XML xmllint 3 0 0 0.59s
✅ YAML prettier 161 0 0 5.5s
✅ YAML v8r 102 0 185.1s
✅ YAML yamllint 162 0 2.33s

See detailed report in MegaLinter reports

_MegaLinter is graciously provided by OX Security_

echoix commented 3 months ago

/build

Command run output Build command workflow started. Installing dependencies Running script ./build.sh Build command workflow completed updating files.

llaville commented 3 months ago

Thanks @echoix