Compare commits
1 Commits
main
...
0510e8ecd9
| Author | SHA1 | Date | |
|---|---|---|---|
| 0510e8ecd9 |
@@ -24,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
|
||||
@@ -36,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