Skip to content

juan-medina/drheader-junit-test-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drHEADer JUnit tests with Test Containers

This is an example about how to run Santander Security Research drHEADer analysis tools as a JUnit test that could run in your development IDE before committing any code.

Because it uses TestContainers you need to have installed and configure your docker client.

For this example we have created a basic Spring WebFlux application with a static resource and Spring Security setup accordingly.

To run this just do :

$ ./mvnw clean test

The first time that you run this test it may take longer since it need to pull the base images from the docker registry.

If you like to review the test, you could do it here.

Releases

No releases published

Packages

No packages published