An application used for indexing issue properties to allow Alert to map notifications to the correct issue(s).
atlas-run
You can download the latest from GitHub: https://github.com/blackducksoftware/alert-issue-property-indexer/releases
This plugin only creates a database index inside of Jira.
The Atlassian SDK can be found here: https://marketplace.atlassian.com/apps/1210993/atlassian-plugin-sdk-tgz?tab=overview&hosting=server
Installation Instructions: https://developer.atlassian.com/server/framework/atlassian-sdk/install-the-atlassian-sdk-on-a-linux-or-mac-system/
- Follow the instructions to perform a manual install of the tgz file to avoid OS dependency issues.
SDK Versions: https://marketplace.atlassian.com/apps/1210993/atlassian-plugin-sdk-tgz/version-history
Use the following commands to generate an OWASP security scanner report:
Atlassian SDK:
atlas-mvn verify
OR
Maven:
mvn verify
These commands will create the dependency-check-report.html
file in the target directory.
Atlassian SDK:
atlas-mvn dependency:tree -DoutputType=dot -DoutputFile=maven_dependency_tree.gv
OR
Maven:
mvn dependency:tree -DoutputType=dot -DoutputFile=maven_dependency_tree.gv
These commands create a file maven_dependency_tree.gv
file in the directory where the command is run.