1
0
Fork 0
mirror of synced 2026-06-05 10:58:19 +00:00

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:
Varun Sharma 2026-04-19 08:06:45 -07:00
commit e871c3595b
No known key found for this signature in database
7 changed files with 11 additions and 11 deletions

4
dist/index.js vendored
View file

@ -32081,9 +32081,9 @@ function isDocker() {
}
;// 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 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";
// EXTERNAL MODULE: ./node_modules/@actions/http-client/lib/index.js

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

4
dist/post/index.js vendored
View file

@ -31879,9 +31879,9 @@ var external_fs_ = __nccwpck_require__(9896);
// EXTERNAL MODULE: ./node_modules/@actions/core/lib/core.js
var lib_core = __nccwpck_require__(7484);
;// 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 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";
// EXTERNAL MODULE: external "child_process"

File diff suppressed because one or more lines are too long

4
dist/pre/index.js vendored
View file

@ -85227,9 +85227,9 @@ function isValidEvent() {
}
;// 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 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";
;// CONCATENATED MODULE: ./src/policy-utils.ts

File diff suppressed because one or more lines are too long

View file

@ -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_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";