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 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.kohsuke</groupId >
4
4
<artifactId >cortexapps-github-api</artifactId >
5
- <version >1.325 </version >
5
+ <version >1.326 </version >
6
6
<name >GitHub API for Java</name >
7
7
<url >https://github-api.kohsuke.org/</url >
8
8
<description >GitHub API for Java</description >
Original file line number Diff line number Diff line change @@ -130,6 +130,15 @@ public String getRuleName() {
130
130
return rule .name ;
131
131
}
132
132
133
+ /**
134
+ * Get the code scanning security severity level
135
+ *
136
+ * @return the scanningSecurityLevel
137
+ */
138
+ public String getScanningSecurityLevel () {
139
+ return rule .security_severity_level ;
140
+ }
141
+
133
142
/**
134
143
* Most recent instance of the alert
135
144
*
You can’t perform that action at this time.
0 commit comments