Skip to content

Commit

Permalink
Merge pull request #56 from SecureSECO/ra5put1n-patch-1
Browse files Browse the repository at this point in the history
Update searchseco.ts
  • Loading branch information
ra5put1n committed Jun 23, 2023
2 parents 22e5c03 + 9a1294c commit 08844b9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/resources/searchseco.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export async function runModule(ghInfo: GitHubInfo): Promise<Output> {
: "searchseco/controller:master";*/

const dockerImage =
"searchseco/controller\:master";
"searchseco/controller:master";
// "searchseco/controller:master";

// The mock can't handle a custom entrypoint, while SearchSECO requires it
Expand Down Expand Up @@ -75,15 +75,14 @@ export async function runModule(ghInfo: GitHubInfo): Promise<Output> {
"run",
"--rm",
"--name",
"controller-container",
// "searchseco-container",
// entrypoint,
"searchseco-container",
entrypoint,
"-e",
'"github_token=' + ghToken + '"',
"-e",
'"worker_name=test"',
dockerImage,
//"check",
"check",
gitrepo,
];

Expand Down

0 comments on commit 08844b9

Please sign in to comment.