Commit Graph

3 Commits

Author SHA1 Message Date
Arthur Chan 7920c00d52
keycloak: Add target package prefix for keycloak (#10858)
This PR adds additional environment variable for the keycloak project.
This environment variable specify its target package prefix for
fuzz-introspector frontend to exclude analysing dependencies.

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
2023-08-18 11:24:11 -04:00
Arthur Chan b33e7a281c
keycloak: Install JDK 17 for keycloak project (#10809)
Add jdk 17 installation in the dockerfile for keycloak project which
depends on JDK 17. The new approach uses apt install instead of plain
download of JDK-17 to avoid missing native dependencies.

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
2023-08-08 14:57:25 +01:00
Arthur Chan d81d38d998
keycloak: Initial integration (#10641)
This PR initialise the base fuzzing project for keycloak. For keycloak
adopters, see
[LINK](https://github.com/keycloak/keycloak/blob/main/ADOPTERS.md)

---------

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
2023-07-07 13:01:06 -04:00