We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79a895 commit 5b0d1c9Copy full SHA for 5b0d1c9
.github/workflows/quality-monitor-jenkins.yml
@@ -88,14 +88,26 @@ jobs:
88
}
89
]
90
},
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
+ },
103
{
104
"name": "Vulnerabilities",
105
"id": "vulnerabilities",
106
"icon": "shield",
107
"tools": [
108
109
"id": "owasp-dependency-check",
- "pattern": "**/target/dependency-check-report.json"
110
+ "pattern": "**/target/dependency-check-report.json"
111
112
113
@@ -119,7 +131,7 @@ jobs:
119
131
120
132
121
133
],
122
- "metrics":
134
+ "metrics":
123
135
124
136
"name": "Software Metrics",
125
137
0 commit comments