diff --git a/.github/workflows/jenkins-security-scan.yml b/.github/workflows/jenkins-security-scan.yml
new file mode 100644
index 0000000..6fc0b2b
--- /dev/null
+++ b/.github/workflows/jenkins-security-scan.yml
@@ -0,0 +1,21 @@
+name: Jenkins Security Scan
+
+on:
+ push:
+ branches:
+ - main
+ pull_request:
+ types: [ opened, synchronize, reopened ]
+ workflow_dispatch:
+
+permissions:
+ security-events: write
+ contents: read
+ actions: read
+
+jobs:
+ security-scan:
+ uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
+ with:
+ java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
+ # java-version: 21 # Optionally specify what version of Java to set up for the build, or remove to use a recent default.
diff --git a/pom.xml b/pom.xml
index c65d50f..f0917a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
io.jenkins.plugins
zdevops
- ${revision}${changelist}
+ ${revision}.${changelist}
Zowe zDevOps
hpi
Zowe mainframe z/OS automation plugin, working through z/OSMF REST API and using Zowe Kotlin SDK
@@ -18,15 +18,15 @@
https://github.com/jenkinsci/${project.artifactId}-plugin
- 1.2.0-
- -SNAPSHOT
+ 1.1.1
+ 999999-SNAPSHOT
2.414.3
17
1.9.20
true
1.13
4.10.0
- 0.5.0-rc.11
+ 0.5.0
5.6.1
official
17
@@ -335,7 +335,7 @@
org.yaml
snakeyaml
- 2.2
+ 2.3
@@ -371,7 +371,13 @@
com.google.code.gson
gson
- 2.10.1
+ 2.11.0
+
+
+
+ com.google.errorprone
+ error_prone_annotations
+ 2.27.0
@@ -459,7 +465,8 @@
- zowe.jfrog.io
+
+ org.zowe.sdk
https://zowe.jfrog.io/artifactory/libs-release