Category: Software, Database, Docker, github

In a previous article, we discussed how we are ensuring that our software does not contain any known security vulnerabilities. For this purpose, we use an OWASP Dependency Check, which is integrated as a Gradle plugin to our CI/CD pipeline.

Related Articles