Skip to content

Spring Boot Scanner (SBS) is a tool for extracting Java and Spring Boot versions from apps deployed in CF or K8s

License

Notifications You must be signed in to change notification settings

ignitionworks/spring-boot-scanner

Repository files navigation

Spring Boot Scanner (SBS)

Spring Boot Scanner (SBS) is a tool for extracting Java and Spring Boot versions from apps deployed in CF or K8s

Pre-requisites

  • CF CLI (here)
  • Java v17+ (when not using native)

IMPORTANT: The user should be logged into CF and with permissions to download droplets (cf download-droplet, see: here)

Download and execute

Download the JAR file from here and execute:

java -jar spring-boot-scanner.jar

Build & execute

JAR

./gradlew build
java -jar build/libs/spring-scanner-0.0.1-SNAPSHOT.jar

Native

./gradlew nativeCompile
./build/native/nativeCompile/spring-scanner

IMPORTANT: The native image is broken at the moment.

Configure

See application.properties

About

Spring Boot Scanner (SBS) is a tool for extracting Java and Spring Boot versions from apps deployed in CF or K8s

Resources

License

Stars

Watchers

Forks

Packages

No packages published