Skip to content
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

Fix crash in case of unreachable symlinks #2538

Merged
merged 2 commits into from
Apr 10, 2023
Merged

Fix crash in case of unreachable symlinks #2538

merged 2 commits into from
Apr 10, 2023

Conversation

nvuillam
Copy link
Member

@nvuillam nvuillam commented Apr 8, 2023

Fixes #2525

Co-authored-by: Silvio Knizek 7925665+killermoehre@users.noreply.github.com

Fixes #2525

Co-authored-by: Silvio Knizek <7925665+killermoehre@users.noreply.github.com>
@nvuillam
Copy link
Member Author

nvuillam commented Apr 8, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 6 0 0.01s
✅ BASH shellcheck 6 0 0.15s
✅ BASH shfmt 6 0 0 0.38s
✅ COPYPASTE jscpd yes no 3.78s
✅ DOCKERFILE hadolint 116 0 20.4s
✅ JSON eslint-plugin-jsonc 21 0 0 2.8s
✅ JSON jsonlint 19 0 0.25s
✅ JSON v8r 21 0 14.59s
⚠️ MARKDOWN markdownlint 312 0 230 6.66s
✅ MARKDOWN markdown-link-check 312 0 5.87s
✅ MARKDOWN markdown-table-formatter 312 0 0 21.58s
✅ OPENAPI spectral 1 0 1.4s
⚠️ PYTHON bandit 185 54 2.27s
✅ PYTHON black 185 0 0 4.43s
✅ PYTHON flake8 185 0 2.09s
✅ PYTHON isort 185 0 0 0.79s
✅ PYTHON mypy 185 0 8.2s
✅ PYTHON pylint 185 0 14.22s
⚠️ PYTHON pyright 185 251 18.55s
✅ PYTHON ruff 185 0 0 0.47s
✅ REPOSITORY checkov yes no 37.8s
✅ REPOSITORY git_diff yes no 0.37s
✅ REPOSITORY secretlint yes no 15.26s
✅ REPOSITORY trivy yes no 34.37s
✅ SPELL cspell 753 0 23.62s
✅ SPELL misspell 572 0 0 1.12s
✅ XML xmllint 3 0 0 0.73s
✅ YAML prettier 81 0 0 3.02s
✅ YAML v8r 23 0 63.67s
✅ YAML yamllint 82 0 1.13s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@nvuillam
Copy link
Member Author

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 6 0 0.02s
✅ BASH shellcheck 6 0 0.17s
✅ BASH shfmt 6 0 0 0.04s
✅ COPYPASTE jscpd yes no 2.65s
✅ DOCKERFILE hadolint 116 0 15.46s
✅ JSON eslint-plugin-jsonc 21 0 0 1.85s
✅ JSON jsonlint 19 0 0.16s
✅ JSON npm-package-json-lint yes no 0.7s
✅ JSON v8r 21 0 12.85s
⚠️ MARKDOWN markdownlint 312 2 230 5.69s
✅ MARKDOWN markdown-link-check 312 0 5.66s
✅ MARKDOWN markdown-table-formatter 312 2 0 18.89s
✅ OPENAPI spectral 1 0 1.53s
⚠️ PYTHON bandit 185 54 2.35s
✅ PYTHON black 185 0 0 3.5s
✅ PYTHON flake8 185 0 3.01s
✅ PYTHON isort 185 0 0 0.45s
✅ PYTHON mypy 185 0 7.57s
✅ PYTHON pylint 185 0 11.85s
⚠️ PYTHON pyright 185 251 16.68s
✅ PYTHON ruff 185 0 0 0.14s
✅ REPOSITORY checkov yes no 33.57s
⚠️ REPOSITORY devskim yes 61 1.34s
✅ REPOSITORY dustilock yes no 1.95s
✅ REPOSITORY git_diff yes no 0.08s
✅ REPOSITORY secretlint yes no 8.95s
✅ REPOSITORY syft yes no 1.64s
✅ REPOSITORY trivy yes no 24.14s
✅ SPELL cspell 753 0 20.34s
✅ SPELL misspell 572 2 0 0.54s
✅ XML xmllint 3 0 0 0.09s
✅ YAML prettier 81 0 0 2.47s
✅ YAML v8r 23 0 63.1s
✅ YAML yamllint 82 0 1.08s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

@nvuillam nvuillam merged commit dd5b158 into main Apr 10, 2023
@nvuillam nvuillam deleted the fixes/symlinks branch April 10, 2023 18:57
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.

Broken symlink in tree → Traceback
1 participant