Skip to content

Commit d5d19fb

Browse files
committed
Change env for main
1 parent 3864e5a commit d5d19fb

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

dist/index.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pre/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pre/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
return;
55
}
66

7-
var web_url = "https://int1.stepsecurity.io";
7+
var web_url = "https://app.stepsecurity.io";
88

99
console.log(
1010
`View security insights and recommended policy at ${web_url}/github/${process.env["GITHUB_REPOSITORY"]}/actions/runs/${process.env["GITHUB_RUN_ID"]} after the run has finished`

src/setup.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import { v4 as uuidv4 } from "uuid";
1414
}
1515

1616
var correlation_id = uuidv4();
17-
var env = "int";
17+
var env = "agent";
1818
var api_url = `https://${env}.api.stepsecurity.io/v1`;
19-
var web_url = "https://int1.stepsecurity.io";
19+
var web_url = "https://app.stepsecurity.io";
2020

2121
const confg = {
2222
repo: process.env["GITHUB_REPOSITORY"],

0 commit comments

Comments
 (0)