-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
用 npx @vscode/vsce package
命令打包时会出现下面的错误
ERROR Potential security issue detected: Your extension package contains sensitive information that should not be published. Please remove these secrets before packaging.
found Sendgrid api key: SG.ChromiumBidi.BiDiModule [sendgrid]
dist\extension.js#110:18053-110:18079
found Sendgrid api key: SG.ChromiumBidi.EVENT_NAMES [sendgrid]
dist\extension.js#110:18109-110:18136
In case of false positives, you can allow specific types of secrets with --allow-package-secrets sendgrid or use --allow-package-all-secrets to skip this check entirely (not recommended).
Metadata
Metadata
Assignees
Labels
No labels