snyk-broker 4.135.0 → 4.136.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.
- package/README.md +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -709,7 +709,7 @@ Example of such file is located in your broker container at $HOME/.env
|
|
|
709
709
|
|
|
710
710
|
One of the reason for failing of open Fix/Upgrade PRs or PR/recurring tests might be fetching big manifest files (> 1Mb) failure. To address this issue, additional Blob API endpoint should be whitelisted in `accept.json`:
|
|
711
711
|
|
|
712
|
-
-
|
|
712
|
+
- Should be in `private` array
|
|
713
713
|
```json
|
|
714
714
|
{
|
|
715
715
|
"//": "used to get given manifest file",
|
package/dist/package.json
CHANGED
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"affectsGlobalScope": false
|
|
473
473
|
},
|
|
474
474
|
"../package.json": {
|
|
475
|
-
"version": "
|
|
475
|
+
"version": "9c0195cfe0253477af3317e24be67a450a192511b65ac0a09c4f597f84e489c9",
|
|
476
476
|
"signature": "40bd8294bb6887141247f7d89b91f9dae4d6952cef0ba965242b5e2df56143f6",
|
|
477
477
|
"affectsGlobalScope": true
|
|
478
478
|
},
|
package/package.json
CHANGED