Describe the bug
When I try to launch analyzer in docker image (ubuntu 18.04), I get an error Could not execute .NET AssemblyAnalyzer.
Version of dependency-check used
dependency-check: 8.0.2
SonarScanner for .NET: 5.11
Log file
[WARN] An error occurred with the .NET AssemblyAnalyzer, please see the log for more details.
[ERROR] Exception occurred initializing Assembly Analyzer.
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (3 seconds)
[INFO] Finished CPE Analyzer (4 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[WARN] Unable to determine Package-URL identifiers for 8 dependencies
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Known Exploited Vulnerability Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Finished Unused Suppression Rule Analyzer (0 seconds)
[INFO] Analysis Complete (6 seconds)
[INFO] Writing report to: /mnt/src/dependency-check-report.json
[INFO] Writing report to: /mnt/src/dependency-check-report.html
[ERROR] Could not execute .NET AssemblyAnalyzer
To Reproduce
Execute /usr/bin/dependency-check.sh -f JSON -f HTML -s '/mnt/src/' -o '/mnt/src/' --disableNuspec false --disableNugetconf false --disableMSBuild true --disableCentralCache false --disableNodeAuditCache false
Describe the bug
When I try to launch analyzer in docker image (ubuntu 18.04), I get an error
Could not execute .NET AssemblyAnalyzer.Version of dependency-check used
dependency-check: 8.0.2
SonarScanner for .NET: 5.11
Log file
[WARN] An error occurred with the .NET AssemblyAnalyzer, please see the log for more details.
[ERROR] Exception occurred initializing Assembly Analyzer.
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (3 seconds)
[INFO] Finished CPE Analyzer (4 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[WARN] Unable to determine Package-URL identifiers for 8 dependencies
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Known Exploited Vulnerability Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Finished Unused Suppression Rule Analyzer (0 seconds)
[INFO] Analysis Complete (6 seconds)
[INFO] Writing report to: /mnt/src/dependency-check-report.json
[INFO] Writing report to: /mnt/src/dependency-check-report.html
[ERROR] Could not execute .NET AssemblyAnalyzer
To Reproduce
Execute
/usr/bin/dependency-check.sh -f JSON -f HTML -s '/mnt/src/' -o '/mnt/src/' --disableNuspec false --disableNugetconf false --disableMSBuild true --disableCentralCache false --disableNodeAuditCache false