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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47060507ff2e0edcae85beb08c439693e308cbff7074866cec3bc0e414862de1
|
4
|
+
data.tar.gz: edda2ec253b32c8a0941ea28b5ff379bb6f4da7b3533ff40a93f704988ea1b89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 007afabd122fd47ecdfb142e994383b3bbc248c0dc04bb4703eca41abadc1f02c8950f2383090e8b6f77bdc9aba329580ad212220d3cef9b6e6c8558cd34e439
|
7
|
+
data.tar.gz: 2a00297f352b563de9ef582f87f82030c2bf78ff581b7fa48cff99246a70be6f1123fcac512d5fa56a6b427901ebfebd9cdfb241f4c202a764736128bff94eba
|
data/Gemfile.lock
CHANGED
@@ -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
|
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
|
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.
|
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-
|
11
|
+
date: 2025-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|