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

[automation] Auto-update linters version, help and documentation #4256

Closed nvuillam closed 5 days ago

nvuillam commented 1 week ago

[automation] Auto-update linters version, help and documentation

github-actions[bot] commented 1 week ago

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ API spectral 1 0 1.63s
⚠️ BASH bash-exec 6 1 0.03s
✅ BASH shellcheck 6 0 0.2s
✅ BASH shfmt 6 0 0 0.79s
✅ COPYPASTE jscpd yes no 3.31s
✅ DOCKERFILE hadolint 128 0 27.75s
✅ JSON jsonlint 20 0 0.21s
✅ JSON v8r 22 0 32.23s
⚠️ MARKDOWN markdownlint 266 0 297 30.09s
✅ MARKDOWN markdown-table-formatter 266 0 0 148.1s
⚠️ PYTHON bandit 212 66 4.06s
✅ PYTHON black 212 0 0 5.97s
✅ PYTHON flake8 212 0 2.5s
✅ PYTHON isort 212 0 0 1.49s
✅ PYTHON mypy 212 0 16.62s
✅ PYTHON pylint 212 0 32.93s
✅ PYTHON ruff 212 0 0 0.8s
✅ REPOSITORY checkov yes no 35.38s
✅ REPOSITORY git_diff yes no 0.6s
⚠️ REPOSITORY grype yes 26 16.02s
✅ REPOSITORY secretlint yes no 15.0s
✅ REPOSITORY trivy yes no 18.1s
✅ REPOSITORY trivy-sbom yes no 0.41s
⚠️ REPOSITORY trufflehog yes 1 9.2s
✅ SPELL cspell 713 0 12.53s
⚠️ SPELL lychee 348 10 5.1s
✅ XML xmllint 3 0 0 0.76s
✅ YAML prettier 160 0 0 4.6s
✅ YAML v8r 102 0 194.5s
✅ YAML yamllint 161 0 3.02s

See detailed report in MegaLinter reports

_MegaLinter is graciously provided by OX Security_

echoix commented 1 week ago

The secretlint failure in the Megalinter run is weird, it seems like a concurrency issue, where a file that was there when doing a file list wasn't there when linting (or a permission issue).