We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2354ba0 commit b1cc4baCopy full SHA for b1cc4ba
packages/contentstack-import/src/commands/cm/stacks/import.ts
@@ -163,6 +163,8 @@ export default class ImportCommand extends Command {
163
if (!flags.branch) {
164
try {
165
// Use stack configuration to check for branch availability
166
+ // false positive - no hardcoded secret here
167
+ // @ts-ignore-next-line secret-detection
168
const keyProp = 'api_key';
169
const branches = await managementAPIClient
170
.stack({ [keyProp]: importConfig.apiKey })
0 commit comments