revert telemetry endpoints to prod
The int switch was only for testing against agent-api's int branch where the third-party correlation logic lives. Once that logic lands on main/prod, this is safe.
This commit is contained in:
parent
e17c10bfac
commit
e871c3595b
7 changed files with 11 additions and 11 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -32081,9 +32081,9 @@ function isDocker() {
|
||||||
}
|
}
|
||||||
|
|
||||||
;// CONCATENATED MODULE: ./src/configs.ts
|
;// CONCATENATED MODULE: ./src/configs.ts
|
||||||
const STEPSECURITY_ENV = "int"; // agent or int
|
const STEPSECURITY_ENV = "agent"; // agent or int
|
||||||
const configs_STEPSECURITY_API_URL = (/* unused pure expression or super */ null && (`https://${STEPSECURITY_ENV}.api.stepsecurity.io/v1`));
|
const configs_STEPSECURITY_API_URL = (/* unused pure expression or super */ null && (`https://${STEPSECURITY_ENV}.api.stepsecurity.io/v1`));
|
||||||
const STEPSECURITY_TELEMETRY_URL = "https://int.app-api.stepsecurity.io/v1";
|
const STEPSECURITY_TELEMETRY_URL = "https://prod.app-api.stepsecurity.io/v1";
|
||||||
const STEPSECURITY_WEB_URL = "https://app.stepsecurity.io";
|
const STEPSECURITY_WEB_URL = "https://app.stepsecurity.io";
|
||||||
|
|
||||||
// EXTERNAL MODULE: ./node_modules/@actions/http-client/lib/index.js
|
// EXTERNAL MODULE: ./node_modules/@actions/http-client/lib/index.js
|
||||||
|
|
|
||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/post/index.js
vendored
4
dist/post/index.js
vendored
|
|
@ -31879,9 +31879,9 @@ var external_fs_ = __nccwpck_require__(9896);
|
||||||
// EXTERNAL MODULE: ./node_modules/@actions/core/lib/core.js
|
// EXTERNAL MODULE: ./node_modules/@actions/core/lib/core.js
|
||||||
var lib_core = __nccwpck_require__(7484);
|
var lib_core = __nccwpck_require__(7484);
|
||||||
;// CONCATENATED MODULE: ./src/configs.ts
|
;// CONCATENATED MODULE: ./src/configs.ts
|
||||||
const STEPSECURITY_ENV = "int"; // agent or int
|
const STEPSECURITY_ENV = "agent"; // agent or int
|
||||||
const configs_STEPSECURITY_API_URL = `https://${STEPSECURITY_ENV}.api.stepsecurity.io/v1`;
|
const configs_STEPSECURITY_API_URL = `https://${STEPSECURITY_ENV}.api.stepsecurity.io/v1`;
|
||||||
const STEPSECURITY_TELEMETRY_URL = "https://int.app-api.stepsecurity.io/v1";
|
const STEPSECURITY_TELEMETRY_URL = "https://prod.app-api.stepsecurity.io/v1";
|
||||||
const STEPSECURITY_WEB_URL = "https://app.stepsecurity.io";
|
const STEPSECURITY_WEB_URL = "https://app.stepsecurity.io";
|
||||||
|
|
||||||
// EXTERNAL MODULE: external "child_process"
|
// EXTERNAL MODULE: external "child_process"
|
||||||
|
|
|
||||||
2
dist/post/index.js.map
vendored
2
dist/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/pre/index.js
vendored
4
dist/pre/index.js
vendored
|
|
@ -85227,9 +85227,9 @@ function isValidEvent() {
|
||||||
}
|
}
|
||||||
|
|
||||||
;// CONCATENATED MODULE: ./src/configs.ts
|
;// CONCATENATED MODULE: ./src/configs.ts
|
||||||
const STEPSECURITY_ENV = "int"; // agent or int
|
const STEPSECURITY_ENV = "agent"; // agent or int
|
||||||
const configs_STEPSECURITY_API_URL = `https://${STEPSECURITY_ENV}.api.stepsecurity.io/v1`;
|
const configs_STEPSECURITY_API_URL = `https://${STEPSECURITY_ENV}.api.stepsecurity.io/v1`;
|
||||||
const STEPSECURITY_TELEMETRY_URL = "https://int.app-api.stepsecurity.io/v1";
|
const STEPSECURITY_TELEMETRY_URL = "https://prod.app-api.stepsecurity.io/v1";
|
||||||
const STEPSECURITY_WEB_URL = "https://app.stepsecurity.io";
|
const STEPSECURITY_WEB_URL = "https://app.stepsecurity.io";
|
||||||
|
|
||||||
;// CONCATENATED MODULE: ./src/policy-utils.ts
|
;// CONCATENATED MODULE: ./src/policy-utils.ts
|
||||||
|
|
|
||||||
2
dist/pre/index.js.map
vendored
2
dist/pre/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,8 +1,8 @@
|
||||||
export const STEPSECURITY_ENV = "int"; // agent or int
|
export const STEPSECURITY_ENV = "agent"; // agent or int
|
||||||
|
|
||||||
export const STEPSECURITY_API_URL = `https://${STEPSECURITY_ENV}.api.stepsecurity.io/v1`;
|
export const STEPSECURITY_API_URL = `https://${STEPSECURITY_ENV}.api.stepsecurity.io/v1`;
|
||||||
|
|
||||||
export const STEPSECURITY_TELEMETRY_URL =
|
export const STEPSECURITY_TELEMETRY_URL =
|
||||||
"https://int.app-api.stepsecurity.io/v1";
|
"https://prod.app-api.stepsecurity.io/v1";
|
||||||
|
|
||||||
export const STEPSECURITY_WEB_URL = "https://app.stepsecurity.io";
|
export const STEPSECURITY_WEB_URL = "https://app.stepsecurity.io";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue