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 missing quotes for Powershell script analyzer #1730

Merged
merged 1 commit into from
Aug 10, 2022
Merged

Conversation

nvuillam
Copy link
Member

Fixes #1728

@nvuillam
Copy link
Member Author

nvuillam commented Aug 10, 2022

MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 7 0 0.02s
✅ BASH shellcheck 7 0 0.29s
✅ BASH shfmt 7 0 0 0.33s
✅ COPYPASTE jscpd yes no 2.11s
✅ DOCKERFILE hadolint 103 0 20.15s
✅ JSON eslint-plugin-jsonc 20 0 0 2.32s
✅ JSON jsonlint 18 0 0.49s
✅ JSON v8r 20 0 12.1s
⚠️ MARKDOWN markdownlint 281 0 5 5.1s
✅ MARKDOWN markdown-link-check 281 0 5.52s
✅ MARKDOWN markdown-table-formatter 281 0 0 7.79s
✅ OPENAPI spectral 1 0 0.89s
⚠️ PYTHON bandit 166 51 2.4s
✅ PYTHON black 166 0 0 3.68s
✅ PYTHON flake8 166 0 2.09s
✅ PYTHON isort 166 0 0 0.71s
✅ PYTHON mypy 166 0 111.21s
✅ PYTHON pylint 166 0 18.78s
✅ REPOSITORY checkov yes no 15.88s
✅ REPOSITORY git_diff yes no 0.32s
✅ REPOSITORY secretlint yes no 12.96s
✅ REPOSITORY trivy yes no 24.94s
✅ SPELL cspell 663 0 21.69s
✅ SPELL misspell 493 0 0 0.81s
✅ XML xmllint 3 0 0.0s
✅ YAML prettier 80 0 0 2.63s
✅ YAML v8r 23 0 30.41s
✅ YAML yamllint 81 0 1.27s

See errors details in artifact MegaLinter reports on CI Job page

@codecov-commenter
Copy link

Codecov Report

Merging #1730 (a6fc791) into main (53a63c3) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1730      +/-   ##
==========================================
+ Coverage   83.47%   83.50%   +0.02%     
==========================================
  Files         161      161              
  Lines        4237     4237              
==========================================
+ Hits         3537     3538       +1     
+ Misses        700      699       -1     
Impacted Files Coverage Δ
megalinter/linters/PowershellLinter.py 100.00% <100.00%> (ø)
megalinter/reporters/UpdatedSourcesReporter.py 89.74% <0.00%> (+2.56%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@nvuillam
Copy link
Member Author

MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 7 0 0.01s
✅ BASH shellcheck 7 0 0.25s
✅ BASH shfmt 7 0 0 0.03s
✅ COPYPASTE jscpd yes no 1.9s
✅ DOCKERFILE hadolint 103 0 17.46s
✅ JSON eslint-plugin-jsonc 20 0 0 2.11s
✅ JSON jsonlint 18 0 0.31s
✅ JSON v8r 20 0 10.76s
⚠️ MARKDOWN markdownlint 281 2 5 4.23s
✅ MARKDOWN markdown-link-check 281 0 4.82s
✅ MARKDOWN markdown-table-formatter 281 2 0 6.4s
✅ OPENAPI spectral 1 0 0.8s
⚠️ PYTHON bandit 166 51 2.18s
✅ PYTHON black 166 0 0 2.89s
✅ PYTHON flake8 166 0 2.05s
✅ PYTHON isort 166 0 0 0.39s
✅ PYTHON mypy 166 0 99.65s
✅ PYTHON pylint 166 0 17.85s
✅ REPOSITORY checkov yes no 14.74s
⚠️ REPOSITORY devskim yes 59 1.12s
✅ REPOSITORY dustilock yes no 1.5s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 3.87s
✅ REPOSITORY syft yes no 1.9s
✅ REPOSITORY trivy yes no 13.66s
✅ SPELL cspell 686 0 21.15s
✅ SPELL misspell 516 2 0 0.47s
✅ XML xmllint 3 0 0.0s
✅ YAML prettier 80 0 0 2.44s
✅ YAML v8r 23 0 26.69s
✅ YAML yamllint 81 0 1.13s

See errors details in artifact MegaLinter reports on CI Job page

@nvuillam nvuillam merged commit 0a3afd8 into main Aug 10, 2022
@nvuillam nvuillam deleted the bugs/powershell branch August 10, 2022 23:30
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.

Powershell linter throws error if the path it is analyzing has a space in it
2 participants