Skip to content

Commit 817ef6e

Browse files
authored
Merge pull request #15 from DataDog/add-actuators
Add purposely-vulnerable Spring Boot actuators
2 parents 855dff7 + eee25f8 commit 817ef6e

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,11 @@ dependencies {
2020
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2222
implementation 'net.logstash.logback:logstash-logback-encoder:7.2'
23+
implementation 'org.springframework.boot:spring-boot-starter-actuator'
2324
compileOnly 'org.projectlombok:lombok:1.18.32'
2425
annotationProcessor 'org.projectlombok:lombok:1.18.32'
2526
}
2627

2728
tasks.named('test') {
2829
useJUnitPlatform()
29-
}
30-
31-
dependencyLocking {
32-
lockAllConfigurations()
33-
}
30+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
server.port=8000
2+
management.endpoints.web.exposure.include=*

0 commit comments

Comments
 (0)