updates
This commit is contained in:
parent
0c7bbb705b
commit
b458cf61e2
7 changed files with 11 additions and 11 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -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
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
|
|
@ -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) {
|
||||||
|
|
|
||||||
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
|
|
@ -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) {
|
||||||
|
|
|
||||||
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,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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue