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 issue preventing plugins to work with flavors #2532

Merged
merged 1 commit into from Apr 6, 2023

Conversation

nvuillam
Copy link
Member

@nvuillam nvuillam commented Apr 6, 2023

Fixes #2530

@nvuillam
Copy link
Member Author

nvuillam commented Apr 6, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 6 0 0.01s
✅ BASH shellcheck 6 0 0.17s
✅ BASH shfmt 6 0 0 0.41s
✅ COPYPASTE jscpd yes no 2.85s
✅ DOCKERFILE hadolint 116 0 17.77s
✅ JSON eslint-plugin-jsonc 21 0 0 2.54s
✅ JSON jsonlint 19 0 0.21s
✅ JSON v8r 21 0 13.96s
⚠️ MARKDOWN markdownlint 312 0 230 7.34s
✅ MARKDOWN markdown-link-check 312 0 6.25s
✅ MARKDOWN markdown-table-formatter 312 0 0 23.78s
✅ OPENAPI spectral 1 0 1.44s
⚠️ PYTHON bandit 185 54 2.25s
✅ PYTHON black 185 0 0 4.67s
✅ PYTHON flake8 185 0 2.07s
✅ PYTHON isort 185 0 0 0.95s
✅ PYTHON mypy 185 0 7.59s
✅ PYTHON pylint 185 0 12.97s
⚠️ PYTHON pyright 185 251 17.91s
✅ PYTHON ruff 185 0 0 0.51s
✅ REPOSITORY checkov yes no 36.28s
✅ REPOSITORY git_diff yes no 0.43s
✅ REPOSITORY secretlint yes no 15.6s
✅ REPOSITORY trivy yes no 33.89s
✅ SPELL cspell 753 0 22.83s
✅ SPELL misspell 572 0 0 1.03s
✅ XML xmllint 3 0 0 0.43s
✅ YAML prettier 81 0 0 3.38s
✅ YAML v8r 23 0 67.99s
✅ YAML yamllint 82 0 1.26s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@nvuillam
Copy link
Member Author

nvuillam commented Apr 6, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 6 0 0.02s
✅ BASH shellcheck 6 0 0.13s
✅ BASH shfmt 6 0 0 0.03s
✅ COPYPASTE jscpd yes no 2.46s
✅ DOCKERFILE hadolint 116 0 13.43s
✅ JSON eslint-plugin-jsonc 21 0 0 1.69s
✅ JSON jsonlint 19 0 0.16s
✅ JSON npm-package-json-lint yes no 0.67s
✅ JSON v8r 21 0 13.63s
⚠️ MARKDOWN markdownlint 312 2 230 5.72s
✅ MARKDOWN markdown-link-check 312 0 5.09s
✅ MARKDOWN markdown-table-formatter 312 2 0 16.13s
✅ OPENAPI spectral 1 0 1.48s
⚠️ PYTHON bandit 185 54 2.08s
✅ PYTHON black 185 0 0 3.41s
✅ PYTHON flake8 185 0 1.86s
✅ PYTHON isort 185 0 0 0.4s
✅ PYTHON mypy 185 0 6.85s
✅ PYTHON pylint 185 0 10.13s
⚠️ PYTHON pyright 185 251 15.64s
✅ PYTHON ruff 185 0 0 0.11s
✅ REPOSITORY checkov yes no 29.39s
⚠️ REPOSITORY devskim yes 61 1.19s
✅ REPOSITORY dustilock yes no 2.18s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 7.01s
✅ REPOSITORY syft yes no 0.83s
✅ REPOSITORY trivy yes no 20.75s
✅ SPELL cspell 753 0 18.14s
✅ SPELL misspell 572 2 0 0.47s
✅ XML xmllint 3 0 0 0.03s
✅ YAML prettier 81 0 0 2.56s
✅ YAML v8r 23 0 58.52s
✅ YAML yamllint 82 0 2.12s

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 6cf8900 into main Apr 6, 2023
123 checks passed
@nvuillam nvuillam deleted the fixes/plugins-flavors branch April 6, 2023 16:36
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.

Megalinter refuses to run Plugins
1 participant