Skip to content

Commit 5b0d1c9

Browse files
committed
Enable RevApi
1 parent c79a895 commit 5b0d1c9

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/quality-monitor-jenkins.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,26 @@ jobs:
8888
}
8989
]
9090
},
91+
{
92+
"name": "API Problems",
93+
"id": "api",
94+
"icon": "no_entry_sign",
95+
"tools": [
96+
{
97+
"id": "revapi",
98+
"sourcePath": "src/main/java",
99+
"pattern": "**/target/revapi-result.json"
100+
}
101+
]
102+
},
91103
{
92104
"name": "Vulnerabilities",
93105
"id": "vulnerabilities",
94106
"icon": "shield",
95107
"tools": [
96108
{
97109
"id": "owasp-dependency-check",
98-
"pattern": "**/target/dependency-check-report.json"
110+
"pattern": "**/target/dependency-check-report.json"
99111
}
100112
]
101113
}
@@ -119,7 +131,7 @@ jobs:
119131
]
120132
}
121133
],
122-
"metrics":
134+
"metrics":
123135
{
124136
"name": "Software Metrics",
125137
"tools": [

0 commit comments

Comments
 (0)