File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
src/main/java/org/kohsuke/github Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >org.kohsuke</groupId >
44 <artifactId >cortexapps-github-api</artifactId >
5- <version >1.316 </version >
5+ <version >1.317 </version >
66 <name >GitHub API for Java</name >
77 <url >https://github-api.kohsuke.org/</url >
88 <description >GitHub API for Java</description >
Original file line number Diff line number Diff line change @@ -121,6 +121,15 @@ public String getSeverity() {
121121 return rule .severity ;
122122 }
123123
124+ /**
125+ * Name of the code scanning rule that was violated
126+ *
127+ * @return the name
128+ */
129+ public String getRuleName () {
130+ return rule .name ;
131+ }
132+
124133 /**
125134 * Most recent instance of the alert
126135 *
You can’t perform that action at this time.
0 commit comments