gitlab-security_report_schemas 0.1.2.min15.0.0.max15.1.4 → 0.1.2.min15.0.0.max15.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/gem_version +1 -1
- data/schemas/15.2.0/cluster-image-scanning-report-format.json +1227 -0
- data/schemas/15.2.0/container-scanning-report-format.json +1160 -0
- data/schemas/15.2.0/coverage-fuzzing-report-format.json +1137 -0
- data/schemas/15.2.0/dast-report-format.json +1542 -0
- data/schemas/15.2.0/dependency-scanning-report-format.json +1148 -0
- data/schemas/15.2.0/sast-report-format.json +1132 -0
- data/schemas/15.2.0/secret-detection-report-format.json +1156 -0
- data/supported_versions +1 -0
- metadata +9 -2
data/supported_versions
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab-security_report_schemas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.2.min15.0.0.max15.
|
4
|
+
version: 0.1.2.min15.0.0.max15.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitLab
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -170,6 +170,13 @@ files:
|
|
170
170
|
- schemas/15.1.4/dependency-scanning-report-format.json
|
171
171
|
- schemas/15.1.4/sast-report-format.json
|
172
172
|
- schemas/15.1.4/secret-detection-report-format.json
|
173
|
+
- schemas/15.2.0/cluster-image-scanning-report-format.json
|
174
|
+
- schemas/15.2.0/container-scanning-report-format.json
|
175
|
+
- schemas/15.2.0/coverage-fuzzing-report-format.json
|
176
|
+
- schemas/15.2.0/dast-report-format.json
|
177
|
+
- schemas/15.2.0/dependency-scanning-report-format.json
|
178
|
+
- schemas/15.2.0/sast-report-format.json
|
179
|
+
- schemas/15.2.0/secret-detection-report-format.json
|
173
180
|
- supported_versions
|
174
181
|
homepage: https://gitlab.com/gitlab-org/ruby/gems/gitlab-security_report_schemas
|
175
182
|
licenses:
|