snyk-broker 4.128.0 → 4.129.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.
|
@@ -22,6 +22,8 @@ BROKER_HEALTHCHECK_PATH=/healthcheck
|
|
|
22
22
|
# This URL substitution is required for NPM integration
|
|
23
23
|
# RES_BODY_URL_SUB=https://<your.nexus.hostname>/nexus/content
|
|
24
24
|
|
|
25
|
+
# Nexus validation url, checked by broker client systemcheck endpoint
|
|
26
|
+
# works with / without auth
|
|
25
27
|
BROKER_CLIENT_VALIDATION_URL=$BASE_NEXUS_URL/nexus/service/local/status
|
|
26
28
|
|
|
27
29
|
BROKER_CLIENT_VALIDATION_JSON_DISABLED=true
|
package/dist/package.json
CHANGED
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"affectsGlobalScope": true
|
|
473
473
|
},
|
|
474
474
|
"../package.json": {
|
|
475
|
-
"version": "
|
|
475
|
+
"version": "97d7b8e45db7e893c5dec2f95e2cc0b39b123b280bbe55f42ae57ecb493735f2",
|
|
476
476
|
"signature": "4b7aff601ec65d9674146cc6cb2de0e47e8d203c86a24ccb3d43fbf25afffb24",
|
|
477
477
|
"affectsGlobalScope": true
|
|
478
478
|
},
|
package/package.json
CHANGED