Nicolas Vuillamy

Results 300 comments of Nicolas Vuillamy

https://github.com/microsoft/DevSkim is still in alpha, as soon as they officially are released we'll try with their version working in v6 :)

@lextatic DevSkim latest version is not working with v6 (and not anymore with v5 ^^) I downgraded the DevSkim version for now, but it may be time to ressuscitate this...

I think you can: - make your branch up to date with main branch (with merge conflicts) - remove the downgrade of DevSkim version in repository descriptor - build again...

Alpine is the smallest linux base image possible... how could debian be faster to download?

I'm not sure I understand... do you build MegaLinter ? Why don't you use MegaLinter docker images on docker hub ? About the execution time, please can you share the...

That's the first time I see MegaLinter being used as base image ^^ Why not separating Linting and the rest of your build process in different stages ? You could...

If you need to install additional dependencies within MegaLinter you can also do that using PRE_COMMANDS :) https://megalinter.github.io/latest/configuration/#pre-commands

@Bastlwastl42 if you use PRE_COMMANDS, you will be able to use MegaLinter docker image without building it, and during each run you'll install just the few additional dependencies you need,...

I'm glad to know you succeeded to make your use case work :)

Flavors are less large ^^ And it's not because we can do even larger that we should do it :)