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.96k stars 238 forks source link

Note about `risky` rules and how to fix rule violations with PHP-CS-Fixer #4249

Closed llaville closed 1 week ago

llaville commented 1 week ago

Proposed Changes

Following @nvuillam recommendation https://github.com/oxsecurity/megalinter/issues/3963#issuecomment-2467562920

Author/Contributor

Reviewing Maintainer

github-actions[bot] commented 1 week ago

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ API spectral 1 0 1.74s
⚠️ BASH bash-exec 6 1 0.02s
✅ BASH shellcheck 6 0 0.19s
✅ BASH shfmt 6 0 0 0.68s
✅ COPYPASTE jscpd yes no 5.25s
✅ DOCKERFILE hadolint 128 0 23.02s
✅ JSON jsonlint 20 0 0.3s
✅ JSON v8r 22 0 29.18s
⚠️ MARKDOWN markdownlint 266 0 297 28.42s
✅ MARKDOWN markdown-table-formatter 266 0 0 153.61s
⚠️ PYTHON bandit 212 66 4.15s
✅ PYTHON black 212 0 0 4.98s
✅ PYTHON flake8 212 0 2.34s
✅ PYTHON isort 212 0 0 1.21s
✅ PYTHON mypy 212 0 18.57s
✅ PYTHON pylint 212 0 20.27s
✅ PYTHON ruff 212 0 0 0.58s
✅ REPOSITORY checkov yes no 31.21s
✅ REPOSITORY git_diff yes no 0.63s
⚠️ REPOSITORY grype yes 24 13.81s
✅ REPOSITORY secretlint yes no 17.13s
✅ REPOSITORY trivy yes no 38.48s
✅ REPOSITORY trivy-sbom yes no 0.34s
⚠️ REPOSITORY trufflehog yes 1 8.95s
✅ SPELL cspell 713 0 13.37s
⚠️ SPELL lychee 348 5 57.71s
✅ XML xmllint 3 0 0 0.85s
✅ YAML prettier 160 0 0 3.64s
✅ YAML v8r 102 0 198.16s
✅ YAML yamllint 161 0 2.65s

See detailed report in MegaLinter reports

_MegaLinter is graciously provided by OX Security_

nvuillam commented 1 week ago

thanks @llaville :)