snyk-broker 4.121.0 → 4.121.3
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,7 +2,7 @@
|
|
|
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
|
|
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
7
|
|
|
8
8
|
# The URL to your Nexus Repository Manager
|
|
@@ -7,6 +7,16 @@
|
|
|
7
7
|
}
|
|
8
8
|
],
|
|
9
9
|
"private": [
|
|
10
|
+
{
|
|
11
|
+
"method": "HEAD",
|
|
12
|
+
"path": "/",
|
|
13
|
+
"origin": "${BASE_NEXUS_URL}"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"method": "GET",
|
|
17
|
+
"path": "/service/rest/v1/status/check",
|
|
18
|
+
"origin": "${BASE_NEXUS_URL}"
|
|
19
|
+
},
|
|
10
20
|
{
|
|
11
21
|
"method": "any",
|
|
12
22
|
"path": "/*",
|
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": "fe29f668602407d98a217f9e5303d3dc6e9901af3ed0377c97675cebb707e61d",
|
|
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": {
|
|
@@ -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