Skip to content

Commit b1cc4ba

Browse files
committed
fix: talisman issue
1 parent 2354ba0 commit b1cc4ba

File tree

1 file changed

+2
-0
lines changed
  • packages/contentstack-import/src/commands/cm/stacks

1 file changed

+2
-0
lines changed

packages/contentstack-import/src/commands/cm/stacks/import.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ export default class ImportCommand extends Command {
163163
if (!flags.branch) {
164164
try {
165165
// Use stack configuration to check for branch availability
166+
// false positive - no hardcoded secret here
167+
// @ts-ignore-next-line secret-detection
166168
const keyProp = 'api_key';
167169
const branches = await managementAPIClient
168170
.stack({ [keyProp]: importConfig.apiKey })

0 commit comments

Comments
 (0)