gitlab-secret_detection 0.23.0 → 0.24.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a12149b2a289bb2642f51bfde52aa4ca223918505b0272e3d5710aeaf387a70
4
- data.tar.gz: f734162a3d851466bb771aa85db9ae7aec620e3d075cc25884e7da3574dadcbf
3
+ metadata.gz: 85b42c033f14f48b0a17f749bc1cb88204c423f478ee4dd5ace13763f2f0f391
4
+ data.tar.gz: d5bfb23423619e4a2aa6e16e5665cf13f631feb8411dfde19593bcaef047ac6c
5
5
  SHA512:
6
- metadata.gz: a6a963979c92466e950d7001edaee12653c60518af8cae79225f69c419dcf96033a4c35b1d9fe2952044f99813280b2cd11a79614d66f00976f954e1677e4bef
7
- data.tar.gz: 6ff3fd914a208217772861d2538a1407d0bfc1308ebe6eb8a7fbacb57de7064fb846c3705eb20543f033c68efc87056824e0e6d4c6b0f0544bebe95144db7a3a
6
+ metadata.gz: bd13adbdf969b0b74788e4dbf5f9638370e78994ce707b57fe365c4b5a2798dc7eb80ee5e4443b4c406bce32c031cb4d892169a332775bc32425fa242d08092a
7
+ data.tar.gz: e93c9b33c7c176ada3d136350e06b48c762dc0679add869a9b0afd27291a222220f595b6a2d12a7792f5078628468e5fd09e0a1a84f5916a70c3535cecff4742
data/README.md CHANGED
@@ -7,7 +7,7 @@ Reference Issue: https://gitlab.com/groups/gitlab-org/-/epics/13792
7
7
 
8
8
  #### Tools and Framework
9
9
 
10
- - Ruby `3.2.X`
10
+ - Ruby `3.3.X`
11
11
  - gRPC framework for serving RPC requests
12
12
 
13
13
  ## Feature Distribution
@@ -5,7 +5,7 @@ module Gitlab
5
5
  class Gem
6
6
  # Ensure to maintain the same version in CHANGELOG file.
7
7
  # More details available under 'Release Process' section in the README.md file.
8
- VERSION = "0.23.0"
8
+ VERSION = "0.24.0"
9
9
 
10
10
  # SD_ENV env var is used to determine which environment the
11
11
  # server is running. This var is defined in `.runway/env-<env>.yml` files.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-secret_detection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - group::secret detection
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2025-04-08 00:00:00.000000000 Z
13
+ date: 2025-04-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: grpc
@@ -323,7 +323,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
323
323
  - !ruby/object:Gem::Version
324
324
  version: '0'
325
325
  requirements: []
326
- rubygems_version: 3.4.19
326
+ rubygems_version: 3.5.22
327
327
  signing_key:
328
328
  specification_version: 4
329
329
  summary: GitLab Secret Detection gem scans for the secret leaks in the given text-based