Skip to content
Snippets Groups Projects
Commit af4a45a5 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

New oids classification

parent 9880db69
No related branches found
No related tags found
1 merge request!154New oids classification
......@@ -69,7 +69,8 @@ pipeline {
withCredentials([
sshUserPrivateKey(credentialsId: "ssh_scans", keyFileVariable: 'keyfile'),
usernamePassword(credentialsId: "jenkins_scans_creds", usernameVariable: 'GMP_USER', passwordVariable: 'GMP_PASSWORD'),
usernamePassword(credentialsId: "security-scans-cred", usernameVariable: 'GIT_SEC_USER', passwordVariable: 'GIT_SEC_TOKEN')
usernamePassword(credentialsId: "security-scans-cred", usernameVariable: 'GIT_SEC_USER', passwordVariable: 'GIT_SEC_TOKEN'),
usernamePassword(credentialsId: "os-security-check-cred", usernameVariable: 'GIT_OS_SEC_USER', passwordVariable: 'GIT_OS_SEC_TOKEN')
]) {
sh '''#!/bin/bash
cp ${keyfile} /home/jenkins/.ssh/id_rsa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment