FAQ
My CI/CD is Integrated but my Scans are Failing
6min
in most cases, this indicates an issue with your configuration and the type of manifests being scanned common result codes valid manifest added to the scan success, everything went fine and the manifest was added to the scan! onlydevdependencies manifest only contains dev dependencies, but include dev dependencies is off change this under configure we did not extract the dev dependencies because the configuration for scanning dev dependencies was off, see dependency configurations docid\ au5a2yyr9kchwhitdl u1 nopackages manifest did not contain any packages we couldn’t find any packages in the manifest, i e there were no packages and no dev dependencies empty manifest was empty the manifest was empty (no content was sent) onlynonlockfiles manifest is a lock file, but use lock files is off change this under configure the manifest sent was a lock file, but the configuration for scanning lock files was off, see dependency configurations docid\ au5a2yyr9kchwhitdl u1 onlylockfiles manifest is a non lock file, but use lock files is on change this under configure the manifest sent was a non lock file, but the configuration for scanning lock files was on, see dependency configurations docid\ au5a2yyr9kchwhitdl u1 parsingerror error parsing the manifest the manifest content could not be parsed, could be due to bad content or some un expected format, check our supported languages and files docid 9tpi fweiez819mb4y2 j unknownmanifesttype unknown manifest format there was something unknown or unexpected with the manifest file, even though it looks valid, check our supported languages and files docid 9tpi fweiez819mb4y2 j unsupportedmanifestversion this version of the manifest is not supported the manifest type is known, but the specific content or version is un supported (some manifest formats have gone through multiple formats over the years, we don’t always support all), check our supported languages and files docid 9tpi fweiez819mb4y2 j give us a shout at support at soos docid 0pbq9jkgmiwk wf9eougo if your troubleshooting falls short and we'll gladly help!