Skip to content

Commit 843f6ca

Browse files
Merge pull request #14 from wiz-sec-public/startupt-time
Improve startup time more
2 parents a3e7762 + a3e3696 commit 843f6ca

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

dist/main/index.js

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

sensor-action.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ function buildDockerRunArgs(fullImage, inputs) {
298298
WIZ_DEPLOYMENT_INFO: "github_hosted_runner",
299299
WIZ_GITHUB_ACTION_VERSION: ACTION_VERSION,
300300
WIZ_CGROUP_LIMITS_AFTER_INIT: "true",
301+
WIZ_REGEX_POOL_BACKEND: "std",
302+
WIZ_SKIP_LD_OVERRIDES: "true",
301303
...collectPassthroughEnv(),
302304
};
303305

0 commit comments

Comments
 (0)