debricked / cli

Debricked's command line interface. It brings open source security, compliance and health to your project via the command prompt.
MIT License
20 stars 10 forks source link

Exclude .vscode-test folder from manifest file detection #267

Closed nagarjunsanji closed 2 months ago

nagarjunsanji commented 2 months ago

Description

The .vscode-test folder contains a package.json file that is incorrectly being considered as a manifest file, causing the CLI to hang.

Steps to Reproduce

  1. Run the CLI command in a repository with a .vscode-test folder containing a package.json file.
  2. Observe the CLI hanging indefinitely.

Expected Behavior

The CLI should ignore the package.json file within the .vscode-test folder.

Proposed Solution

Add .vscode-test to the exclusion list to prevent the CLI from scanning this folder for manifest files.