-
-
Notifications
You must be signed in to change notification settings - Fork 57
Closed
Description
I'm running a app whose framework transitively uses ci-info in deno with strict permissions. Even at app startup the runtime server triggers a all the vendors' env variables which creates a noisy deno permission configuration.
I see the exports.isCi has the following:
env.CI !== 'false' && // Bypass all checks if CI env is explicitly set to 'false'Which is nice, but vendors.forEach(function (vendor) { still hit every variable.
Maybe something similar could be done when explicitly not in CI?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels