mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Currently, the CodeQL scanner has been analyzing the whole codebase,including folders like testsuite, or examples. Those folders are not relevant from the security standpoint, considering that they do not expose our users and customers to any risks. They are only relevant in the context of our pipelines, but never used in production. Closes #9631