You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using the CLI with the self-hosted JS file and self-hosted suppression files configured the analyzer gives an incorrect warning of those components empty or missing.
It feels the analyzer takes too long as well, last run was 591 seconds.
Version of dependency-check used
8.2.1 and retested on 8.4.0 with the same result
Log file
Nothing to mention
To Reproduce
Steps to reproduce the behavior:
configure the config file
checkout a node project
Run analysis using CLI
Expected behavior
Considering the config file has both of these values configured it shouldn't be reporting them as missing. Also the analyzer should take a lot less time
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Sounds to me like there are timeouts attempting to download your self-hosted resources. Enable debug logging and closely verify your log file for issues.
I have and the parameters on the cli are passed in - according to the log files as well. However the log file still gives WARN for both the suppression and the retire JS files.
Describe the bug
Using the CLI with the self-hosted JS file and self-hosted suppression files configured the analyzer gives an incorrect warning of those components empty or missing.
It feels the analyzer takes too long as well, last run was 591 seconds.
Version of dependency-check used
8.2.1 and retested on 8.4.0 with the same result
Log file
Nothing to mention
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Considering the config file has both of these values configured it shouldn't be reporting them as missing. Also the analyzer should take a lot less time
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: