We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef5ba7 commit 6baf8b6Copy full SHA for 6baf8b6
src/commands/scan/perform-reachability-analysis.mts
@@ -167,7 +167,7 @@ export async function performReachabilityAnalysis(
167
const env: NodeJS.ProcessEnv = {
168
...process.env,
169
}
170
- // do not pass default repo and branch name to coana to mixing
+ // do not pass default repo and branch name to coana to avoid mixing
171
// buckets (cached configuration) from projects that are likely very different.
172
if (repoName && repoName !== constants.SOCKET_DEFAULT_REPOSITORY) {
173
env['SOCKET_REPO_NAME'] = repoName
0 commit comments