Open dankitan opened 4 years ago
Here you have:
Also, do not forget to scan third party dependencies:
If you have any issues using them just bring me a coke and I will help you.
Hey!
We are working on the same thing and this is what we use: 1 - Gradle lint because our application includes Android compilation. We use Github Actions to perform this test each push we made. 2 - Buddy works (https://buddy.works/) to integrate easy pipelines but we found a problem looking for the Application callback URL. We don't recommend this because there are other options that provides the same. 3 - Snyk: It detects dependencies files (package.json and build.gradle in our case) and check known vulnerabilities. 4 - Lgtm and sonarcloud as Carlos says, we are working on it. 5 - Greenkeeper (https://greenkeeper.io/)
Hope it helps!
Hi everyone!
We would like to integrate code analyzers checkers in out project, anyone would like to help us?
Thanks in advance. Greets. KM11