snyk-broker 4.121.1 → 4.121.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.
|
@@ -3,7 +3,10 @@ BROKER_TOKEN=<broker-token>
|
|
|
3
3
|
|
|
4
4
|
# The Base URL for your Nexus Repository Manager
|
|
5
5
|
# If not using basic auth this will only be "https://<your.nexus.hostname>"
|
|
6
|
-
|
|
6
|
+
BASE_NEXUS_URL=https://<username>:<password>@<your.nexus.hostname>
|
|
7
|
+
|
|
8
|
+
# The URL to your Nexus Repository Manager
|
|
9
|
+
NEXUS_URL=$BASE_NEXUS_URL/repository
|
|
7
10
|
|
|
8
11
|
# The URL of the Snyk broker server
|
|
9
12
|
BROKER_SERVER_URL=https://broker.snyk.io
|
|
@@ -22,5 +25,5 @@ BROKER_HEALTHCHECK_PATH=/healthcheck
|
|
|
22
25
|
# Nexus validation url, checked by broker client systemcheck endpoint
|
|
23
26
|
# readonly users must have 'nx-metrics-all' privilege enabled to access
|
|
24
27
|
# https://support.sonatype.com/hc/en-us/articles/226254487-System-Status-and-Metrics-REST-API
|
|
25
|
-
BROKER_CLIENT_VALIDATION_URL=$
|
|
28
|
+
BROKER_CLIENT_VALIDATION_URL=$BASE_NEXUS_URL/service/rest/v1/status/check
|
|
26
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": "fde82ba44c7d23f7958c1545ba7f8c33191131674c83e6d69807da424ad2f691",
|
|
476
476
|
"signature": "239021c66489cbe324ac934597c505bd38e71473acd933fa8f185e12d13100aa",
|
|
477
477
|
"affectsGlobalScope": true
|
|
478
478
|
},
|
|
@@ -592,8 +592,8 @@
|
|
|
592
592
|
"affectsGlobalScope": false
|
|
593
593
|
},
|
|
594
594
|
"../node_modules/@types/babel__core/index.d.ts": {
|
|
595
|
-
"version": "
|
|
596
|
-
"signature": "
|
|
595
|
+
"version": "5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3",
|
|
596
|
+
"signature": "5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3",
|
|
597
597
|
"affectsGlobalScope": false
|
|
598
598
|
},
|
|
599
599
|
"../node_modules/@types/eslint-visitor-keys/index.d.ts": {
|
|
@@ -662,8 +662,8 @@
|
|
|
662
662
|
"affectsGlobalScope": true
|
|
663
663
|
},
|
|
664
664
|
"../node_modules/@types/json-schema/index.d.ts": {
|
|
665
|
-
"version": "
|
|
666
|
-
"signature": "
|
|
665
|
+
"version": "d38e588a10943bbab1d4ce03d94759bf065ff802a9a72fc57aa75a72f1725b71",
|
|
666
|
+
"signature": "d38e588a10943bbab1d4ce03d94759bf065ff802a9a72fc57aa75a72f1725b71",
|
|
667
667
|
"affectsGlobalScope": false
|
|
668
668
|
},
|
|
669
669
|
"../node_modules/@types/normalize-package-data/index.d.ts": {
|
package/package.json
CHANGED