DEV Community

Cover image for JHipster security scanning

JHipster security scanning

JHipster is a well known open source platform to quickly generate, develop, and deploy modern web and microservice applications. Using the JHipster CLI, you can pick and choose the frameworks and platforms you want to use for your applications.

Scaffolding an application and using multiple ecosystems simultaneously brings in many dependencies from either of the ecosystems chosen. Keeping an eye on the health of your dependencies is essential. You especially want to be notified if one of these many dependencies you use has a security issue.

Blogpost

Check out the blog post and see how you can integrate with all the different CI/CD pipelines that JHipster supports out or the box like: Github Actions, Jenkins, Circle CI, Travis CI and Gitlab CI.

Top comments (0)