CybercampHackathon2019 / ayuda

Repo de colaboración para solicitar y ofrecer ayuda en el Hackathon de CyberCamp 2019
0 stars 0 forks source link

ESWifi - Code analysis checkers #5

Closed maesbrisa closed 4 years ago

maesbrisa commented 4 years ago

Hi!

We are MEFS and our project is ESWifi (the routers project one ).

Our Ionic multiplatform application needs some checks to improve our CI pipelines. We started using Github Actions to build apk artifacts and check dependencies using lint.

Any suggestions? Thanks in advance.

CarlosLannister commented 4 years ago

Here you have:

Also, do not forget to scan third party dependencies:

maesbrisa commented 4 years ago

Cool, we'll try both. I 've already integrate Snyk with the repo.

Also I found one for npm projects to check dependencies along with npm audit (https://greenkeeper.io/).

Thank you @CarlosLannister :)