...
Clone the repository.
Open a command prompt inside the repository folder and run:
Code Block atlas-mvn clean atlas-mvn package
This will generate the
.jar
and.obr
files in thetarget
folder.Navigate to the
dependency-check-8.3.1-release\dependency-check\bin
directory and run:Code Block dependency-check.bat --scan BulkProfileImporter-1.8.jar --out . --format HTML
This will generate the dependency check report in HTML format.
To get the dependency tree, use the following command:
Code Block atlas-mvn dependency:tree -DoutputType=dot -DoutputFile=maven_dependency_tree.gv
If dependency tree command is not worked, then check in the below documentation if any update in the command of Open Web Application Security Project (OWASP)
https://developer.atlassian.com/platform/marketplace/dc-apps-security-scanner/