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

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

View File

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