From 4f7036cef40d55eb7319ebed484dfa5aa505acbd Mon Sep 17 00:00:00 2001 From: Tomasz Janiszewski Date: Fri, 16 Sep 2022 11:58:05 +0200 Subject: [PATCH] Use git over https in pom.xml To release from github action we need to push commits and tags. The Github token is only supported in HTTPS connection (not SSH). This RP changes git connection strings from SSH to HTTPS to allow releases from github action. --- stackrox-container-image-scanner/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stackrox-container-image-scanner/pom.xml b/stackrox-container-image-scanner/pom.xml index 7d5fa74f..4b97575e 100644 --- a/stackrox-container-image-scanner/pom.xml +++ b/stackrox-container-image-scanner/pom.xml @@ -34,8 +34,8 @@ - scm:git:git://github.com/stackrox/jenkins-plugin.git - scm:git:git@github.com:stackrox/jenkins-plugin.git + scm:git:https://github.com/stackrox/jenkins-plugin.git + scm:git:https://github.com/stackrox/jenkins-plugin.git https://github.com/stackrox/jenkins-plugin HEAD