Errors, Warnings & Messages

Error: No Valid Manifests Found

2min

There are a number of reasons manifests may not be located when running a scan.

  • There may not be any supported manifests in the folder being scanned.
  • There may be dependency configuration mis-match.
  • The manifest may not contain any packages.
  • The manifest version may not be supported.

This error will show in the SOOS CLI.

SOOS CLI error


Troubleshooting Steps

  1. Verify that SOOS provides support for the type of manifests being scanned. See Supported Languages and Formats.
  2. Verify that the manifests being scanned are compatible with the lock file configuration. See Lock vs Non-Lock Manifests.
  3. If your manifest(s) contain only development dependencies, ensure that the Include Dev/Test Dependencies configuration is enabled to include dev dependencies. See Dependency Configurations
  4. Enabling verbose logging will display the specific status returned for each manifest to help narrow down the cause of the error. SOOS_LOGGING_VERBOSITY=DEBUG

If these troubleshooting steps do not help you resolve the issue on your own, contact Support at SOOS and provide us with the verbose logging results, as well as the manifests you are attempting to scan.