snyk-broker 4.119.0 → 4.120.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.
@@ -162,6 +162,87 @@
162
162
  "token": "${BROKER_CLIENT_VALIDATION_BASIC_AUTH}"
163
163
  }
164
164
  },
165
+ {
166
+ "//": "check file existence. restrict by file types",
167
+ "method": "GET",
168
+ "path": "/:owner/_apis/git/repositories/:repo/items",
169
+ "origin": "https://${AZURE_REPOS_HOST}/${AZURE_REPOS_ORG}",
170
+ "valid": [
171
+ {
172
+ "queryParam": "path",
173
+ "values": [
174
+ "**/package.json",
175
+ "**%2Fpackage.json",
176
+ "**/yarn.lock",
177
+ "**%2Fyarn.lock",
178
+ "**/package-lock.json",
179
+ "**%2Fpackage-lock.json",
180
+ "**/Gemfile",
181
+ "**%2FGemfile",
182
+ "**/Gemfile.lock",
183
+ "**%2FGemfile.lock",
184
+ "**/pom.xml",
185
+ "**%2Fpom.xml",
186
+ "**/*req*.txt",
187
+ "**%2F*req*.txt",
188
+ "**/requirements/*.txt",
189
+ "**%2Frequirements%2F*.txt",
190
+ "**/build.gradle",
191
+ "**%2Fbuild.gradle",
192
+ "**/gradle.lockfile",
193
+ "**%2Fgradle.lockfile",
194
+ "**/build.sbt",
195
+ "**%2Fbuild.sbt",
196
+ "**/.snyk",
197
+ "**%2F.snyk",
198
+ "**/packages.config",
199
+ "**%2Fpackages.config",
200
+ "**/*.csproj",
201
+ "**%2F*.csproj",
202
+ "**/*.vbproj",
203
+ "**%2F*.vbproj",
204
+ "**/*.fsproj",
205
+ "**%2F*.fsproj",
206
+ "**/project.json",
207
+ "**%2Fproject.json",
208
+ "**/Gopkg.toml",
209
+ "**%2FGopkg.toml",
210
+ "**/Gopkg.lock",
211
+ "**%2FGopkg.lock",
212
+ "**/vendor.json",
213
+ "**%2Fvendor.json",
214
+ "**/composer.lock",
215
+ "**%2Fcomposer.lock",
216
+ "**/composer.json",
217
+ "**%2Fcomposer.json",
218
+ "**/project.assets.json",
219
+ "**%2Fproject.assets.json",
220
+ "**/Podfile",
221
+ "**%2FPodfile",
222
+ "**/Podfile.lock",
223
+ "**%2FPodfile.lock",
224
+ "**/go.mod",
225
+ "**%2Fgo.mod",
226
+ "**/go.sum",
227
+ "**%2Fgo.sum",
228
+ "**/*Dockerfile*",
229
+ "**%2F*Dockerfile*"
230
+ ]
231
+ },
232
+ {
233
+ "queryParam": "versionDescriptor.versionType",
234
+ "values": ["branch"]
235
+ },
236
+ {
237
+ "queryParam": "includeContentMetadata",
238
+ "values": ["true"]
239
+ }
240
+ ],
241
+ "auth": {
242
+ "scheme": "basic",
243
+ "token": "${BROKER_CLIENT_VALIDATION_BASIC_AUTH}"
244
+ }
245
+ },
165
246
  {
166
247
  "//": "get list of files for given repository",
167
248
  "method": "GET",
package/dist/package.json CHANGED
@@ -87,5 +87,5 @@
87
87
  },
88
88
  "homepage": "https://github.com/snyk/broker#readme",
89
89
  "snyk": true,
90
- "version": "4.119.0"
90
+ "version": "4.120.0"
91
91
  }
@@ -472,7 +472,7 @@
472
472
  "affectsGlobalScope": true
473
473
  },
474
474
  "../package.json": {
475
- "version": "c430f3a6bf9876b66f57bae0d1c9b1f49cb5bc90bbc084f4c83a4ee1284e84d3",
475
+ "version": "b14d277a48701946074ae9fb620c034d011404f5d22fa5894ec2344e08839f3d",
476
476
  "signature": "239021c66489cbe324ac934597c505bd38e71473acd933fa8f185e12d13100aa",
477
477
  "affectsGlobalScope": true
478
478
  },
package/package.json CHANGED
@@ -87,5 +87,5 @@
87
87
  },
88
88
  "homepage": "https://github.com/snyk/broker#readme",
89
89
  "snyk": true,
90
- "version": "4.119.0"
90
+ "version": "4.120.0"
91
91
  }