slosilo 3.0.2.pre.44 → 3.0.2.pre.224
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Jenkinsfile +9 -16
- data/publish.sh +0 -3
- data/slosilo.gemspec +1 -1
- data/test.sh +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c8a6b906d36a13cb151219b3378ddc3b358aa482bd7e2c98943188793d81b97
|
|
4
|
+
data.tar.gz: f4d8c6df62b6e436b497216d333812be6db093cb21107aca7ede5d80bc99c20c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 618a08ca0adf490405526c1342f329042656c8f499b7eac21dee4e7d79fe7b6554007fd84c74d6187d67d747e915fd0984c708f86722846c3e7f2cd0ee324e56
|
|
7
|
+
data.tar.gz: 134c7e0fa486b7e77fd73b31c3c654dd5e8098e14086e18dd6a9e4951c9188e652451bb66de0b71dd49cdd911a352f4a8db9dd93ed1f3f607dc8caecc4e7cdb6
|
data/Jenkinsfile
CHANGED
|
@@ -20,10 +20,7 @@ if (params.MODE == "PROMOTE") {
|
|
|
20
20
|
//Note: assetDirectory is on the infrapool agent, not the local Jenkins agent.
|
|
21
21
|
|
|
22
22
|
// Publish container images to internal registry
|
|
23
|
-
//INFRAPOOL_EXECUTORV2_AGENT_0.agentSh "summon --yaml 'RUBYGEMS_API_KEY: !var rubygems/api-key' ${toolsDirectory}/bin/publish-rubygem slosilo"
|
|
24
|
-
|
|
25
23
|
infrapool.agentSh "./publish.sh"
|
|
26
|
-
|
|
27
24
|
infrapool.agentSh "cp slosilo*.gem ${assetDirectory}"
|
|
28
25
|
}
|
|
29
26
|
release.copyEnterpriseRelease(params.VERSION_TO_PROMOTE)
|
|
@@ -48,6 +45,14 @@ pipeline {
|
|
|
48
45
|
}
|
|
49
46
|
|
|
50
47
|
stages {
|
|
48
|
+
stage('Scan for internal URLs') {
|
|
49
|
+
steps {
|
|
50
|
+
script {
|
|
51
|
+
detectInternalUrls()
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
51
56
|
stage('Get InfraPool Agent') {
|
|
52
57
|
steps {
|
|
53
58
|
script {
|
|
@@ -98,7 +103,7 @@ pipeline {
|
|
|
98
103
|
|
|
99
104
|
stage('Release') {
|
|
100
105
|
when {
|
|
101
|
-
expression {
|
|
106
|
+
expression {
|
|
102
107
|
MODE == "RELEASE"
|
|
103
108
|
}
|
|
104
109
|
}
|
|
@@ -119,16 +124,4 @@ pipeline {
|
|
|
119
124
|
}
|
|
120
125
|
}
|
|
121
126
|
|
|
122
|
-
post {
|
|
123
|
-
always {
|
|
124
|
-
dir('ee-results'){
|
|
125
|
-
unstash 'eeTestResults'
|
|
126
|
-
}
|
|
127
|
-
unstash 'TestResults'
|
|
128
|
-
junit 'spec/reports/*.xml, ee-results/spec/reports/*.xml'
|
|
129
|
-
cobertura coberturaReportFile: 'spec/coverage/coverage.xml'
|
|
130
|
-
codacy action: 'reportCoverage', filePath: "spec/coverage/coverage.xml"
|
|
131
|
-
releaseInfraPoolAgent(".infrapool/release_agents")
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
127
|
}
|
data/publish.sh
CHANGED
data/slosilo.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
|
|
|
13
13
|
gem.email = ["divided.mind@gmail.com"]
|
|
14
14
|
gem.description = %q{This gem provides an easy way of storing and retrieving encryption keys in the database.}
|
|
15
15
|
gem.summary = %q{Store SSL keys in a database}
|
|
16
|
-
gem.homepage = "https://github.
|
|
16
|
+
gem.homepage = "https://github.com/cyberark/slosilo/"
|
|
17
17
|
gem.license = "MIT"
|
|
18
18
|
|
|
19
19
|
gem.files = `git ls-files`.split($\)
|
data/test.sh
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
echo "==> Docker Run"
|
|
5
|
-
docker run --rm --volume $PWD:/app --workdir /app cyberark/ubuntu-ruby-builder bash -c 'git config --global --add safe.directory /app && bundle && bundle exec rake jenkins'
|
|
5
|
+
docker run --rm --volume $PWD:/app --workdir /app cyberark/ubuntu-ruby-builder bash -c 'git config --global --add safe.directory /app && bundle && bundle exec rake jenkins'
|
|
6
6
|
|
|
7
7
|
echo "==> CP Coverage to Spec"
|
|
8
8
|
cp -r coverage spec
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: slosilo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.2.pre.
|
|
4
|
+
version: 3.0.2.pre.224
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rafał Rzepecki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -202,7 +202,7 @@ files:
|
|
|
202
202
|
- spec/spec_helper.rb
|
|
203
203
|
- spec/symmetric_spec.rb
|
|
204
204
|
- test.sh
|
|
205
|
-
homepage: https://github.
|
|
205
|
+
homepage: https://github.com/cyberark/slosilo/
|
|
206
206
|
licenses:
|
|
207
207
|
- MIT
|
|
208
208
|
metadata: {}
|