gitlab-dangerfiles 4.9.1 → 4.9.2

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: 833ebf65ece50022cfe565242ddb8af684071fdd9abab0d24f94fdf3331b8c37
4
- data.tar.gz: 10782785c698f9a32ff8f215cbdf1e8407ce5c85caf7f60faa69ff234748b635
3
+ metadata.gz: 47060507ff2e0edcae85beb08c439693e308cbff7074866cec3bc0e414862de1
4
+ data.tar.gz: edda2ec253b32c8a0941ea28b5ff379bb6f4da7b3533ff40a93f704988ea1b89
5
5
  SHA512:
6
- metadata.gz: bb2ffba4936cdb33385fb88eec7958bc56b87cce7735c8fc59c79afdb73ccb88e0817cf567a63378612602ba54a2236b029a2059d831933ad72b2db4f4c9d17a
7
- data.tar.gz: 22bffdd675c0254a09504a00dcb4fbc949f53f53f0b814e1b1accf500c7e571c022a866256ec60e0f666ffb401fd4a44650f3c88139e539e8ce59c434bc0d45d
6
+ metadata.gz: 007afabd122fd47ecdfb142e994383b3bbc248c0dc04bb4703eca41abadc1f02c8950f2383090e8b6f77bdc9aba329580ad212220d3cef9b6e6c8558cd34e439
7
+ data.tar.gz: 2a00297f352b563de9ef582f87f82030c2bf78ff581b7fa48cff99246a70be6f1123fcac512d5fa56a6b427901ebfebd9cdfb241f4c202a764736128bff94eba
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gitlab-dangerfiles (4.9.1)
4
+ gitlab-dangerfiles (4.9.2)
5
5
  danger (>= 9.3.0)
6
6
  danger-gitlab (>= 8.0.0)
7
7
  rake (~> 13.0)
@@ -30,7 +30,11 @@ module Danger
30
30
  Authentication: '~"group::authentication"',
31
31
  Authorization: '~"group::authorization"',
32
32
  Compliance: '~"group::compliance"',
33
- Verify: '~"devops::verify"'
33
+ Verify: '~"devops::verify"',
34
+ "AST:Composition Analysis": '~"group::composition analysis"',
35
+ "AST:Dynamic Analysis": '~"group::dynamic analysis"',
36
+ "AST:Secret Detection": '~"group::secret detection"',
37
+ "AST:Static Analysis": '~"group::static analysis"'
34
38
  }.freeze
35
39
  # rubocop:enable Style/HashSyntax
36
40
 
@@ -4,7 +4,7 @@ return if duo_code.suggestion_added?
4
4
 
5
5
  case helper.config.duo_code_review
6
6
  when :optional
7
- markdown("We advise getting a review from from GitLab Duo Code. You can assign `@GitLabDuo` as a reviewer to this merge request.")
7
+ markdown("We advise getting a review from GitLab Duo Code. You can assign `@GitLabDuo` as a reviewer to this merge request.")
8
8
  when :mandatory
9
9
  failure("A review from GitLab Duo Code is mandatory. Please assign `@GitLabDuo` as a reviewer to this merge request.")
10
10
  end
@@ -1,5 +1,5 @@
1
1
  module Gitlab
2
2
  module Dangerfiles
3
- VERSION = "4.9.1"
3
+ VERSION = "4.9.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-dangerfiles
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.9.1
4
+ version: 4.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitLab
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-05-04 00:00:00.000000000 Z
11
+ date: 2025-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake