Conversation
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 15 | 0 | 0 | 0.44s | |
| ✅ BASH | bash-exec | 10 | 0 | 0 | 0.05s | |
| ✅ BASH | shellcheck | 9 | 0 | 0 | 0.14s | |
| ✅ BASH | shfmt | 9 | 0 | 0 | 0.01s | |
| ✅ DOCKERFILE | hadolint | 5 | 0 | 0 | 0.36s | |
| ✅ EDITORCONFIG | editorconfig-checker | 227 | 0 | 0 | 0.24s | |
| ✅ GO | revive | 31 | 0 | 0 | 33.36s | |
| ✅ JSON | jsonlint | 14 | 0 | 0 | 1.12s | |
| ✅ JSON | prettier | 14 | 0 | 0 | 2.5s | |
| ✅ JSON | v8r | 14 | 0 | 0 | 5.13s | |
| ✅ MARKDOWN | markdownlint | 32 | 0 | 0 | 2.81s | |
| ✅ PYTHON | black | 20 | 0 | 0 | 1.49s | |
| ✅ PYTHON | flake8 | 20 | 0 | 0 | 0.89s | |
| ✅ PYTHON | isort | 20 | 0 | 0 | 0.25s | |
| ✅ PYTHON | mypy | 20 | 0 | 0 | 8.92s | |
| ✅ PYTHON | pylint | 20 | 0 | 0 | 10.5s | |
| ✅ PYTHON | pyright | 20 | 0 | 0 | 0.93s | |
| ✅ PYTHON | ruff | 20 | 0 | 0 | 0.02s | |
| ✅ REPOSITORY | checkov | yes | no | no | 27.67s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 3.45s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.0s | |
| ✅ REPOSITORY | grype | yes | no | no | 74.75s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.49s | |
| ✅ REPOSITORY | syft | yes | no | no | 21.35s | |
| ✅ REPOSITORY | trivy | yes | no | no | 17.18s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 5.42s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 9.16s | |
| ✅ SPELL | cspell | 227 | 0 | 0 | 5.35s | |
| prettier | 35 | 1 | 2 | 7.67s | ||
| ✅ YAML | v8r | 35 | 0 | 0 | 14.71s | |
| ✅ YAML | yamllint | 35 | 0 | 0 | 9.13s |
Detailed Issues
⚠️ YAML / prettier - 1 error
Checking formatting...
[warn] .github/workflows/go-test.yml
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
See detailed reports in MegaLinter artifacts
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)
- Documentation: Custom Flavors
- Command:
npx mega-linter-runner@9.3.0 --custom-flavor-setup --custom-flavor-linters PYTHON_PYLINT,PYTHON_BLACK,PYTHON_FLAKE8,PYTHON_ISORT,PYTHON_MYPY,PYTHON_PYRIGHT,PYTHON_RUFF,ACTION_ACTIONLINT,BASH_EXEC,BASH_SHELLCHECK,BASH_SHFMT,DOCKERFILE_HADOLINT,EDITORCONFIG_EDITORCONFIG_CHECKER,GO_REVIVE,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_CSPELL,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
75a979e to
be72fc8
Compare
Collaborator
Author
|
@MDr164 ping |
MDr164
approved these changes
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

fixes #550