Laurent Laville

Results 239 comments of Laurent Laville

@nntoan Glad to hear this new !

> maybe utilize https://github.com/box-project/box ? Or just https://github.com/llaville/box-manifest === box + manifests (feature missing in standard box project) Latest version 3.3.x include CycloneDX XML and JSON versions all specifications (1.1...

FYI: I worked on a prototype of GiHub Action for BOX Manifest (see https://github.com/llaville/box-manifest/issues/8). I'll allow to build either : - a standard box project (PHAR distrib) - a standard...

@jkowalleck As you don't understand, i won't anoying you anymore !

- [DEV/Linters (php_phpstan, linux/amd64)](https://github.com/oxsecurity/megalinter/actions/runs/9026893283/job/24804890547#logs) - [DEV/Linters (php_phpcs, linux/amd64)](https://github.com/oxsecurity/megalinter/actions/runs/9026893283/job/24804890437#logs) Both failed because Dockerfile(s) are not up-to-date with [PHP descriptors](https://github.com/oxsecurity/megalinter/blob/features/php-linters-with-sarif/megalinter/descriptors/php.megalinter-descriptor.yml) I should have forget something ! Help is welcome

> > Did you run `bash build.sh` to generate the Dockerfiles from the descriptors ? @nvuillam I've got following error ``` Traceback (most recent call last): File "/home/llaville/devilbox_data/github/megalinter/./.automation/build.py", line 18,...

On Contributing Guide, we can read ``` With write access Clone the repository (only if you have write access) Create a new branch: git checkout -b my-branch-name Make your change...

Ok now for PHP linters but there are still issues with at least ![github com_oxsecurity_megalinter_actions_runs_9056743612](https://github.com/oxsecurity/megalinter/assets/364342/c98931f5-f378-4bdc-8a96-10092730e6db)

@echoix Of course, because I'm not opened a PR yet. I wanted to keep it under test, especially due to this new linter, to see if I've missed something. But,...

I'm sad but I must admit that the SARIF support to PHP-CS-Fixer won't be for tomorrow (next days and/or months). BTW, I should at least propose a new PHP linter...