Skip to content

Fix crash when the markdown table summary is empty #5363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2025

Conversation

nvuillam
Copy link
Member

@nvuillam nvuillam commented May 8, 2025

Fixes #5358

Copy link
Contributor

github-actions bot commented May 8, 2025

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ API spectral 1 0 0 1.81s
⚠️ BASH bash-exec 6 1 0 0.02s
✅ BASH shellcheck 6 0 0 0.13s
✅ BASH shfmt 6 0 0 0 0.52s
✅ COPYPASTE jscpd yes no no 2.76s
✅ DOCKERFILE hadolint 131 0 0 28.66s
✅ JSON jsonlint 20 0 0 0.18s
✅ JSON v8r 22 0 0 14.47s
⚠️ MARKDOWN markdownlint 269 0 304 0 21.4s
✅ MARKDOWN markdown-table-formatter 269 0 0 0 138.62s
⚠️ PYTHON bandit 219 67 0 4.41s
✅ PYTHON black 219 0 0 0 4.83s
✅ PYTHON flake8 219 0 0 1.92s
✅ PYTHON isort 219 0 0 0 1.33s
✅ PYTHON mypy 219 0 0 11.41s
✅ PYTHON pylint 219 0 0 21.86s
✅ PYTHON ruff 219 0 0 0 0.81s
✅ REPOSITORY checkov yes no no 36.6s
✅ REPOSITORY git_diff yes no no 0.51s
⚠️ REPOSITORY grype yes 27 no 33.72s
✅ REPOSITORY secretlint yes no no 8.86s
✅ REPOSITORY syft yes no no 2.57s
✅ REPOSITORY trivy yes no no 10.06s
✅ REPOSITORY trivy-sbom yes no no 21.75s
✅ REPOSITORY trufflehog yes no no 4.41s
✅ SPELL cspell 727 0 0 13.99s
⚠️ SPELL lychee 351 32 0 40.18s
✅ XML xmllint 3 0 0 0 1.35s
✅ YAML prettier 160 0 0 0 3.66s
✅ YAML v8r 103 0 0 23.87s
✅ YAML yamllint 161 0 0 3.73s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@nvuillam nvuillam force-pushed the fixes/markdown-table branch from bb326d3 to eb4ec79 Compare May 8, 2025 21:40
@nvuillam nvuillam merged commit ef706f3 into main May 8, 2025
132 checks passed
@nvuillam nvuillam deleted the fixes/markdown-table branch May 8, 2025 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IndexError when creating markdown reports for no files to lint
1 participant