snyk 1.1000.0 → 1.1001.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/dist/cli/917.index.js
CHANGED
|
@@ -5524,6 +5524,7 @@ function createTemporaryFiles(options) {
|
|
|
5524
5524
|
const tempOutput = path.join(tempDir, 'output.json');
|
|
5525
5525
|
const configData = JSON.stringify({
|
|
5526
5526
|
org: options.orgSettings.meta.org,
|
|
5527
|
+
orgPublicId: options.orgSettings.meta.orgPublicId,
|
|
5527
5528
|
apiUrl: config_1.default.API,
|
|
5528
5529
|
apiAuth: api_token_1.getAuthHeader(),
|
|
5529
5530
|
allowAnalytics: analytics_1.allowAnalytics(),
|