Merge branch 'main' into renovate/org.springframework.boot-spring-boot-starter-data-jpa-3.x
Some checks failed
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build is passing

This commit is contained in:
2026-03-11 15:32:58 +01:00

View File

@@ -24,6 +24,9 @@ steps:
# check maven dependencies
- name: dependency-check
when:
event:
- push
image: maven:3-eclipse-temurin-21
commands:
- mvn dependency-check:check --no-transfer-progress -B -V -DnvdApiKey=$NVD_API_KEY
@@ -33,6 +36,9 @@ steps:
# run code analysis
- name: code-analysis
when:
event:
- push
image: maven:3-eclipse-temurin-21
commands:
- mvn sonar:sonar --no-transfer-progress -Dsonar.projectKey=$SONAR_PROJECT_KEY -Dsonar.host.url=$SONAR_INSTANCE_URL -Dsonar.token=$SONAR_LOGIN_KEY -B -V