Skip to content

Commit

Permalink
Merge branch 'int' into codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder authored Nov 20, 2021
2 parents 29d4b91 + c08918c commit 3864e5a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion 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://app.stepsecurity.io";
var web_url = "https://int1.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 = "agent";
var env = "int";
var api_url = `https://${env}.api.stepsecurity.io/v1`;
var web_url = "https://app.stepsecurity.io";
var web_url = "https://int1.stepsecurity.io";

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

0 comments on commit 3864e5a

Please sign in to comment.