Skip to content

Do not write output files if REPORT_OUTPUT_FOLDER is none#2213

Merged
nvuillam merged 2 commits intomainfrom
fixes/no-reports
Jan 3, 2023
Merged

Do not write output files if REPORT_OUTPUT_FOLDER is none#2213
nvuillam merged 2 commits intomainfrom
fixes/no-reports

Conversation

@nvuillam
Copy link
Copy Markdown
Member

@nvuillam nvuillam commented Jan 3, 2023

Fixes #2108

@nvuillam
Copy link
Copy Markdown
Member Author

nvuillam commented Jan 3, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 7 0 0.02s
✅ BASH shellcheck 7 0 0.4s
✅ BASH shfmt 7 0 0 0.31s
✅ COPYPASTE jscpd yes no 2.49s
✅ DOCKERFILE hadolint 105 0 9.04s
✅ JSON eslint-plugin-jsonc 21 0 0 2.04s
✅ JSON jsonlint 19 0 0.23s
✅ JSON v8r 21 0 13.3s
⚠️ MARKDOWN markdownlint 305 0 161 5.25s
✅ MARKDOWN markdown-link-check 305 0 5.08s
✅ MARKDOWN markdown-table-formatter 305 0 0 18.5s
✅ OPENAPI spectral 1 0 0.78s
⚠️ PYTHON bandit 175 43 2.26s
✅ PYTHON black 175 0 0 4.11s
✅ PYTHON flake8 175 0 2.91s
✅ PYTHON isort 175 0 0 0.68s
✅ PYTHON mypy 175 0 6.72s
✅ PYTHON pylint 175 0 11.32s
⚠️ PYTHON pyright 175 279 16.94s
✅ REPOSITORY checkov yes no 26.14s
✅ REPOSITORY git_diff yes no 0.3s
✅ REPOSITORY secretlint yes no 7.47s
✅ REPOSITORY trivy yes no 23.78s
✅ SPELL cspell 725 0 19.48s
✅ SPELL misspell 546 0 0 0.81s
✅ XML xmllint 3 0 0.0s
✅ YAML prettier 81 0 0 2.93s
✅ YAML v8r 23 0 54.18s
✅ YAML yamllint 82 0 1.41s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@nvuillam
Copy link
Copy Markdown
Member Author

nvuillam commented Jan 3, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 7 0 0.01s
✅ BASH shellcheck 7 0 0.39s
✅ BASH shfmt 7 0 0 0.04s
✅ COPYPASTE jscpd yes no 2.61s
✅ DOCKERFILE hadolint 105 0 7.19s
✅ JSON eslint-plugin-jsonc 21 0 0 1.82s
✅ JSON jsonlint 19 0 0.21s
✅ JSON npm-package-json-lint yes no 0.54s
✅ JSON v8r 21 0 13.89s
⚠️ MARKDOWN markdownlint 305 2 161 5.5s
✅ MARKDOWN markdown-link-check 305 0 5.0s
✅ MARKDOWN markdown-table-formatter 305 2 0 17.98s
✅ OPENAPI spectral 1 0 0.86s
⚠️ PYTHON bandit 175 43 2.44s
✅ PYTHON black 175 0 0 3.54s
✅ PYTHON flake8 175 0 3.59s
✅ PYTHON isort 175 0 0 0.43s
✅ PYTHON mypy 175 0 7.25s
✅ PYTHON pylint 175 0 11.71s
⚠️ PYTHON pyright 175 277 18.12s
✅ REPOSITORY checkov yes no 27.0s
⚠️ REPOSITORY devskim yes 60 1.14s
✅ REPOSITORY dustilock yes no 4.83s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 4.32s
✅ REPOSITORY syft yes no 2.67s
✅ REPOSITORY trivy yes no 18.79s
✅ SPELL cspell 725 0 18.75s
✅ SPELL misspell 546 2 0 0.53s
✅ XML xmllint 3 0 0.01s
✅ YAML prettier 81 0 0 2.5s
✅ YAML v8r 23 0 55.08s
✅ YAML yamllint 82 0 1.37s

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 1688acf into main Jan 3, 2023
@nvuillam nvuillam deleted the fixes/no-reports branch January 3, 2023 23:18
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.

REPORT_OUTPUT_FOLDER: none creates a folder named "none"

1 participant