conjur-debify 3.0.3.pre.216 → 3.0.3.pre.248

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a67cda7bff727c277d5265ce52db2bff433d1037f00127c89f0d3741cb4fd301
4
- data.tar.gz: 44fcf54fc677d908deed4a07bad5d4c2a7275a3e0e659db5538c0dce42f9de5d
3
+ metadata.gz: dee5ebc68d4c02c548b5f419b373ade1fbfcaf0270333df348ba8ca3df15b1ea
4
+ data.tar.gz: cf726fa0b7bc1d818f8fac867fbdbdf0f23820f8c812065f283ab84a4f5ca9fe
5
5
  SHA512:
6
- metadata.gz: 9675f380f690a261d7c9f1cd76045600745f92dc4ad1388b9f462ebb3c5ed36a1d11ad3c5be937a40ee3afbc9f595557d6f74ed91e0cb0c044f2153b0543df9e
7
- data.tar.gz: 05767c19f4e97a04c71da31c2a8d0e7079a2b979b19a48779ce625e8351b6c8a44066362ee939b579c03058177f21a6eda0ad59379728e56b33cf9000a13d6b9
6
+ metadata.gz: c942a9241ea475dc79bc7d89e3b66f0ab9d8d7f21a4d610b142869852328dadfe6bf008ff11666ca9a2d9a38961c1de77a1ed0326523ad06e08569d96b93ae65
7
+ data.tar.gz: 589b532b54bd9a5639d85f88da084e39e24affd765b6dfe9fe02907364c836d4f4a90cf1f513b5fdb048680af83ddac212e40ad2ac819039bfd40d866a0c7801
data/Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM ruby:3.2
2
2
 
3
3
  RUN apt-get update -qq && \
4
4
  apt-get upgrade -qqy && \
5
- apt-get install -qqy \
5
+ apt-get install --no-install-recommends -qqy \
6
6
  apt-transport-https \
7
7
  ca-certificates \
8
8
  curl && \
@@ -10,7 +10,7 @@ RUN apt-get update -qq && \
10
10
  rm -rf /var/lib/apt/lists/*
11
11
 
12
12
  # Install Docker client tools
13
- ENV DOCKERVERSION=27.0.3
13
+ ENV DOCKERVERSION=27.2.1
14
14
  RUN curl -fsSLO https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKERVERSION}.tgz \
15
15
  && tar xzvf docker-${DOCKERVERSION}.tgz --strip 1 \
16
16
  -C /usr/local/bin docker/docker \
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.3-216
1
+ 3.0.3-248
data/distrib/secrets.yml CHANGED
@@ -1,2 +1,4 @@
1
+ # This are used by summon, these are not hardcoded credentials
2
+ #kics-scan disable=487f4be7-3fd9-4506-a07a-eae252180c08
1
3
  ARTIFACTORY_USER: !var ci/artifactory/users/jenkins/username
2
4
  ARTIFACTORY_PASSWORD: !var ci/artifactory/users/jenkins/password
data/kics.config ADDED
@@ -0,0 +1,10 @@
1
+ exclude-queries:
2
+ - b03a748a-542d-44f4-bb86-9199ab4fd2d5 # Healthcheck Instruction Missing - it is just a tool, not a container that needs to be healthy
3
+ - 698ed579-b239-4f8f-a388-baa4bcb13ef8 # Healthcheck Not Set - it is just a tool, not a container that needs to be healthy
4
+ - fd54f200-402c-4333-a5a4-36ef6709af2f # Missing User Instruction
5
+ - f45ea400-6bbe-4501-9fc7-1c3d75c32067 # Image Version Using 'latest'
6
+ - 965a08d7-ef86-4f14-8792-4a3b2098937e # Apt Get Install Pin Version Not Defined
7
+ # The following files are used in CI or present as an example only.
8
+ exclude-paths:
9
+ - "debify/example/docker-compose.yml"
10
+ - "debify/lib/conjur/publish/Dockerfile" # Only used for publishing the image in pipeline
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjur-debify
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3.pre.216
4
+ version: 3.0.3.pre.248
5
5
  platform: ruby
6
6
  authors:
7
7
  - CyberArk Software, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-24 00:00:00.000000000 Z
11
+ date: 2024-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gli
@@ -212,6 +212,7 @@ files:
212
212
  - features/support/world.rb
213
213
  - features/test.feature
214
214
  - image-tags
215
+ - kics.config
215
216
  - lib/conjur/debify.rb
216
217
  - lib/conjur/debify/Dockerfile.fpm
217
218
  - lib/conjur/debify/action/publish.rb
@@ -251,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
252
  - !ruby/object:Gem::Version
252
253
  version: 1.3.1
253
254
  requirements: []
254
- rubygems_version: 3.4.10
255
+ rubygems_version: 3.4.19
255
256
  signing_key:
256
257
  specification_version: 4
257
258
  summary: Utility commands to build and package Conjur services as Debian packages