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 ab4ae18 commit be6444fCopy full SHA for be6444f
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.kohsuke</groupId>
4
<artifactId>cortexapps-github-api</artifactId>
5
- <version>1.325</version>
+ <version>1.326</version>
6
<name>GitHub API for Java</name>
7
<url>https://github-api.kohsuke.org/</url>
8
<description>GitHub API for Java</description>
src/main/java/org/kohsuke/github/GHCodeScanningAlert.java
@@ -130,6 +130,13 @@ public String getRuleName() {
130
return rule.name;
131
}
132
133
+ /**
134
+ * Get the code scanning security severity level
135
+ */
136
+ public String getScanningSecurityLevel() {
137
+ return rule.security_severity_level;
138
+ }
139
+
140
/**
141
* Most recent instance of the alert
142
*
0 commit comments