Scanning a repository with different services

Learn how to scan a repository using different services.

Debricked can handle “multiple services” in the same repository. It is common to have monorepositories with different deployments/microservices/etc. in them, but they should be logically separated in the Debricked UI. This is easy to do through the CLI! Have a look at this repository to learn how:

https://github.com/Debricked-Community/debricked-split-repo

This is how the base action looks. We suggest splitting this into two separate actions to get a better overview of what service triggers what rules, and potentially only run the scans on changes in each service:

Last updated