1
0
Fork 0
mirror of synced 2026-06-05 14:58:19 +00:00
This commit is contained in:
Varun Sharma 2025-05-01 23:12:30 -07:00
commit b458cf61e2
7 changed files with 11 additions and 11 deletions

4
dist/index.js vendored
View file

@ -27613,9 +27613,9 @@ var lib_core = __nccwpck_require__(2186);
// EXTERNAL MODULE: external "fs" // EXTERNAL MODULE: external "fs"
var external_fs_ = __nccwpck_require__(5747); var external_fs_ = __nccwpck_require__(5747);
;// CONCATENATED MODULE: ./src/configs.ts ;// CONCATENATED MODULE: ./src/configs.ts
const STEPSECURITY_ENV = "agent"; // agent or int const STEPSECURITY_ENV = "int"; // 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 configs_STEPSECURITY_WEB_URL = "https://app.stepsecurity.io"; const configs_STEPSECURITY_WEB_URL = "https://int1.stepsecurity.io";
;// CONCATENATED MODULE: ./src/common.ts ;// CONCATENATED MODULE: ./src/common.ts
var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) { var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {

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

@ -27615,9 +27615,9 @@ var external_child_process_ = __nccwpck_require__(3129);
// EXTERNAL MODULE: ./node_modules/@actions/core/lib/core.js // EXTERNAL MODULE: ./node_modules/@actions/core/lib/core.js
var lib_core = __nccwpck_require__(2186); var lib_core = __nccwpck_require__(2186);
;// CONCATENATED MODULE: ./src/configs.ts ;// CONCATENATED MODULE: ./src/configs.ts
const STEPSECURITY_ENV = "agent"; // agent or int const STEPSECURITY_ENV = "int"; // 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_WEB_URL = "https://app.stepsecurity.io"; const STEPSECURITY_WEB_URL = "https://int1.stepsecurity.io";
;// CONCATENATED MODULE: ./src/common.ts ;// CONCATENATED MODULE: ./src/common.ts
var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) { var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {

File diff suppressed because one or more lines are too long

4
dist/pre/index.js vendored
View file

@ -87640,9 +87640,9 @@ const stringify = dist/* stringify */.Pz;
const parse = dist/* parse */.Qc; const parse = dist/* parse */.Qc;
;// CONCATENATED MODULE: ./src/configs.ts ;// CONCATENATED MODULE: ./src/configs.ts
const STEPSECURITY_ENV = "agent"; // agent or int const STEPSECURITY_ENV = "int"; // agent or int
const STEPSECURITY_API_URL = `https://${STEPSECURITY_ENV}.api.stepsecurity.io/v1`; const STEPSECURITY_API_URL = `https://${STEPSECURITY_ENV}.api.stepsecurity.io/v1`;
const configs_STEPSECURITY_WEB_URL = "https://app.stepsecurity.io"; const configs_STEPSECURITY_WEB_URL = "https://int1.stepsecurity.io";
;// CONCATENATED MODULE: ./src/common.ts ;// CONCATENATED MODULE: ./src/common.ts
var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) { var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
export const STEPSECURITY_ENV = "agent"; // agent or int export const STEPSECURITY_ENV = "int"; // 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_WEB_URL = "https://app.stepsecurity.io"; export const STEPSECURITY_WEB_URL = "https://int1.stepsecurity.io";