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

Allow bandit to use pyproject.toml #2475

Merged
merged 4 commits into from
Mar 26, 2023
Merged

Allow bandit to use pyproject.toml #2475

merged 4 commits into from
Mar 26, 2023

Conversation

nvuillam
Copy link
Member

Fixes #2465

@nvuillam
Copy link
Member Author

nvuillam commented Mar 25, 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.08s
✅ COPYPASTE jscpd yes no 2.74s
✅ DOCKERFILE hadolint 115 0 17.51s
✅ JSON eslint-plugin-jsonc 21 0 0 2.14s
✅ JSON jsonlint 19 0 0.21s
✅ JSON v8r 21 0 12.55s
⚠️ MARKDOWN markdownlint 311 0 230 6.32s
⚠️ MARKDOWN markdown-link-check 311 39 293.06s
✅ MARKDOWN markdown-table-formatter 311 0 0 22.58s
✅ OPENAPI spectral 1 0 1.32s
⚠️ PYTHON bandit 184 55 2.29s
✅ PYTHON black 184 0 0 4.29s
✅ PYTHON flake8 184 0 1.5s
✅ PYTHON isort 184 0 0 0.61s
✅ PYTHON mypy 184 0 7.56s
✅ PYTHON pylint 184 0 11.89s
⚠️ PYTHON pyright 184 250 17.09s
✅ REPOSITORY checkov yes no 31.66s
✅ REPOSITORY git_diff yes no 0.07s
✅ REPOSITORY secretlint yes no 14.57s
✅ REPOSITORY trivy yes no 25.21s
✅ SPELL cspell 749 0 21.94s
✅ SPELL misspell 569 0 0 0.56s
✅ XML xmllint 3 0 0 0.07s
✅ YAML prettier 81 0 0 3.53s
✅ YAML v8r 23 0 48.36s
✅ YAML yamllint 82 0 1.21s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@nvuillam
Copy link
Member Author

nvuillam commented Mar 25, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 6 0 0.01s
✅ BASH shellcheck 6 0 0.13s
✅ BASH shfmt 6 0 0 0.03s
✅ COPYPASTE jscpd yes no 2.74s
✅ DOCKERFILE hadolint 115 0 10.75s
✅ JSON eslint-plugin-jsonc 21 0 0 1.92s
✅ JSON jsonlint 19 0 0.16s
✅ JSON npm-package-json-lint yes no 1.87s
✅ JSON v8r 21 0 11.86s
⚠️ MARKDOWN markdownlint 311 0 230 5.92s
⚠️ MARKDOWN markdown-link-check 311 129 275.11s
✅ MARKDOWN markdown-table-formatter 311 0 0 18.92s
✅ OPENAPI spectral 1 0 1.17s
⚠️ PYTHON bandit 184 55 1.99s
✅ PYTHON black 184 0 0 3.22s
✅ PYTHON flake8 184 0 1.31s
✅ PYTHON isort 184 0 0 0.41s
✅ PYTHON mypy 184 0 7.18s
✅ PYTHON pylint 184 0 10.65s
⚠️ PYTHON pyright 184 250 16.38s
✅ REPOSITORY checkov yes no 28.46s
⚠️ REPOSITORY devskim yes 61 1.09s
✅ REPOSITORY dustilock yes no 2.23s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 7.41s
✅ REPOSITORY syft yes no 0.74s
✅ REPOSITORY trivy yes no 15.69s
✅ SPELL cspell 749 0 19.2s
✅ SPELL misspell 569 0 0 0.46s
✅ XML xmllint 3 0 0 0.03s
✅ YAML prettier 81 0 0 2.53s
✅ YAML v8r 23 0 42.69s
✅ YAML yamllint 82 0 1.02s

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 7ca4c0d into main Mar 26, 2023
@nvuillam nvuillam deleted the fixes/bandit branch March 26, 2023 10:42
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.

bandit checks fail when configured to use pyproject.toml
1 participant