Compare commits
1 Commits
renovate/o
...
7305a7ff48
| Author | SHA1 | Date | |
|---|---|---|---|
| 7305a7ff48 |
10
.drone.yml
10
.drone.yml
@@ -8,10 +8,6 @@ trigger:
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
branch:
|
||||
include:
|
||||
- main
|
||||
- develop
|
||||
|
||||
steps:
|
||||
# test if it compiles correctly
|
||||
@@ -28,9 +24,6 @@ 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
|
||||
@@ -40,9 +33,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user