Nicolas Vuillamy

Results 300 comments of Nicolas Vuillamy

@shetzel same happening here, metadata backup jobs failing because of timeouts, on some projects but not all

[x] What is the name of the project you maintain? There are several: - MegaLinter - npm-groovy-lint - vscode-groovy-lint - sfdx-essentials - sfdx-hardis - vscode-sfdx-hardis [x] What is the URL...

@csillag you should upgrade to MegaLinter v6: `npx mega-linter-runner@latest --upgrade` , it is much better than v5 , and smaller docker images :) If your issue is still happening after,...

What is strange is that except for posting github status and PR comment, MegaLinter does not call GitHub API, I don't see where this issue could come from :/ Maybe...

Any news about this issue ? It prevents me to upgrase base docker image of [MegaLinter](https://oxsecurity.github.io/megalinter/latest/) :(

Same here: `terrascan scan d . -i terraform -t all -v` returns code 4, whereas there are valid terraform files in the directory

Output log in MegaLinter: ``` [terrascan] command: ['terrascan', 'scan', 'd', '.', '-i', 'terraform', '-t', 'all', '-v'] [terrascan] CWD: /tmp/lint/.automation/test/terraform_terrascan/good [terrascan] result: 4 Scan Summary - File/Folder : /tmp/lint/.automation/test/terraform_terrascan/good IaC Type...

@r3econ I can, but i have a lot of work for the job i'm actually paid for, but I promise I'll try to solve that in y available free time...

You could try to replace --fix by autocorrect in the swift descriptor cli_lint_fix_arg, maybe it would solve the issue

@r3econ i made the update I suggested, the test case passes, but please you check if it works with latest/insiders version ? ( not V4) and close the issue if...