Skip to content

Commit f93d6c2

Browse files
fix(COD-5797): fix account url (#233)
1 parent 68f8e7b commit f93d6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export function generateUILink() {
101101
let url =
102102
`https://${lwAccountName}.lacework.net` +
103103
`/ui/investigation/codesec/applications/repositories/` +
104-
`${context.repo.owner}%2F${context.repo.repo}` +
104+
`github.com%2F${context.repo.owner}%2F${context.repo.repo}` +
105105
`/${defaultBranch}`
106106

107107
if (process.env.LW_SUBACCOUNT_NAME) {

0 commit comments

Comments
 (0)