Skip to content

Commit

Permalink
Change env for main
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder committed Nov 20, 2021
1 parent 3864e5a commit d5d19fb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/pre/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/pre/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
return;
}

var web_url = "https://int1.stepsecurity.io";
var web_url = "https://app.stepsecurity.io";

console.log(
`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`
Expand Down
4 changes: 2 additions & 2 deletions src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import { v4 as uuidv4 } from "uuid";
}

var correlation_id = uuidv4();
var env = "int";
var env = "agent";
var api_url = `https://${env}.api.stepsecurity.io/v1`;
var web_url = "https://int1.stepsecurity.io";
var web_url = "https://app.stepsecurity.io";

const confg = {
repo: process.env["GITHUB_REPOSITORY"],
Expand Down

0 comments on commit d5d19fb

Please sign in to comment.