snyk-broker 4.121.0 → 4.121.1
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.
|
@@ -2,11 +2,8 @@
|
|
|
2
2
|
BROKER_TOKEN=<broker-token>
|
|
3
3
|
|
|
4
4
|
# The Base URL for your Nexus Repository Manager
|
|
5
|
-
# If not using basic auth this will only be "https://<your.nexus.hostname
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
# The URL to your Nexus Repository Manager
|
|
9
|
-
NEXUS_URL=$BASE_NEXUS_URL/repository
|
|
5
|
+
# If not using basic auth this will only be "https://<your.nexus.hostname>"
|
|
6
|
+
NEXUS_URL=https://<username>:<password>@<your.nexus.hostname>
|
|
10
7
|
|
|
11
8
|
# The URL of the Snyk broker server
|
|
12
9
|
BROKER_SERVER_URL=https://broker.snyk.io
|
|
@@ -25,5 +22,5 @@ BROKER_HEALTHCHECK_PATH=/healthcheck
|
|
|
25
22
|
# Nexus validation url, checked by broker client systemcheck endpoint
|
|
26
23
|
# readonly users must have 'nx-metrics-all' privilege enabled to access
|
|
27
24
|
# https://support.sonatype.com/hc/en-us/articles/226254487-System-Status-and-Metrics-REST-API
|
|
28
|
-
BROKER_CLIENT_VALIDATION_URL=$
|
|
25
|
+
BROKER_CLIENT_VALIDATION_URL=$NEXUS_URL/service/rest/v1/status/check
|
|
29
26
|
BROKER_CLIENT_VALIDATION_JSON_DISABLED=true
|
package/dist/package.json
CHANGED
|
@@ -237,8 +237,8 @@
|
|
|
237
237
|
"affectsGlobalScope": false
|
|
238
238
|
},
|
|
239
239
|
"../node_modules/@types/node/globals.d.ts": {
|
|
240
|
-
"version": "
|
|
241
|
-
"signature": "
|
|
240
|
+
"version": "cb8b955fbbb257a05b2d5a2f93212c7edf033b61b9420fa700d10d39d9bd4533",
|
|
241
|
+
"signature": "cb8b955fbbb257a05b2d5a2f93212c7edf033b61b9420fa700d10d39d9bd4533",
|
|
242
242
|
"affectsGlobalScope": true
|
|
243
243
|
},
|
|
244
244
|
"../node_modules/@types/node/async_hooks.d.ts": {
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
"affectsGlobalScope": true
|
|
473
473
|
},
|
|
474
474
|
"../package.json": {
|
|
475
|
-
"version": "
|
|
475
|
+
"version": "e48c176580d715d3870c5515313cca12361dae2f68bc428a4d596f1cb58d12e8",
|
|
476
476
|
"signature": "239021c66489cbe324ac934597c505bd38e71473acd933fa8f185e12d13100aa",
|
|
477
477
|
"affectsGlobalScope": true
|
|
478
478
|
},
|
|
@@ -682,8 +682,8 @@
|
|
|
682
682
|
"affectsGlobalScope": false
|
|
683
683
|
},
|
|
684
684
|
"../node_modules/@types/yargs-parser/index.d.ts": {
|
|
685
|
-
"version": "
|
|
686
|
-
"signature": "
|
|
685
|
+
"version": "70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e",
|
|
686
|
+
"signature": "70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e",
|
|
687
687
|
"affectsGlobalScope": false
|
|
688
688
|
},
|
|
689
689
|
"../node_modules/@types/yargs/index.d.ts": {
|
package/package.json
CHANGED