diff --git a/testplans/spid-cie-oidc/implementations/spid-cie-oidc-django/.gitignore b/testplans/spid-cie-oidc/implementations/spid-cie-oidc-django/.gitignore index d6a1b82..dfbc5fb 100644 --- a/testplans/spid-cie-oidc/implementations/spid-cie-oidc-django/.gitignore +++ b/testplans/spid-cie-oidc/implementations/spid-cie-oidc-django/.gitignore @@ -1 +1,2 @@ -spid-cie-oidc-django/ \ No newline at end of file +spid-cie-oidc-django/ +logs/ \ No newline at end of file diff --git a/testplans/spid-cie-oidc/implementations/spid-cie-oidc-django/docker-compose.yml b/testplans/spid-cie-oidc/implementations/spid-cie-oidc-django/docker-compose.yml index e7167f9..e62f079 100644 --- a/testplans/spid-cie-oidc/implementations/spid-cie-oidc-django/docker-compose.yml +++ b/testplans/spid-cie-oidc/implementations/spid-cie-oidc-django/docker-compose.yml @@ -9,6 +9,7 @@ services: - /etc/localtime:/etc/localtime:ro - "$HOME/.Xauthority:/root/.Xauthority:rw" - ../config/mig-t/msg_def.json:/opt/BurpSuiteCommunity/msg_def.json + - ../logs/:/opt/BurpSuiteCommunity/logs # Log folder ports: - 8080:8080 #- 5005:5005 # To enable java debugger diff --git a/tools/i-mig-t/readme.md b/tools/i-mig-t/readme.md index 70bf8ec..c8b978c 100644 --- a/tools/i-mig-t/readme.md +++ b/tools/i-mig-t/readme.md @@ -30,6 +30,12 @@ docker pull ghcr.io/stfbk/mig-i-mig-t:master
+Before building the image, you need to get the mig-t jar, you can browse the [release page of mig-t](https://github.com/stfbk/mig-t/releases) and get version you need, or you can just execute [mig-t-jar-compile.sh](mig-t-jar-compile.sh) that will init the mig-t submodule and compile the jar for you. + +> compiling the jar of mig-t requires maven + +Either way you choose, at the end you should have the mig-t-beta-jar-with-dependencies.jar file in this folder. + To build the image you can use the following script ```bash