Parameter |
Required parameter |
Description |
Example |
--codebase-url |
+ |
URL of the remote cloned/ checked out repository for the master code base |
--codebase-url https://github.com/appsecco/dvja.git |
--branch |
– |
Repository branch or tag of the master codebase. By default: master |
--branch master |
--branch-filter |
– |
Filter of scanned branches. It can be applied to both master and additional code bases. By default: master |
--branch-filter feature/*
--branch-filter *
--branch-filter develop |
--codebase-name |
– |
Name of the code base in Maverix. Maverix back-end should use appcode, codebase-url, and branch |
--codebase-name dvja-master |
--codebase-type |
– |
VCS type. Possible values: git By default: git |
--codebase-type git |
--codebase-build-tool |
– |
Source code build tool. Possible values: maven, gradle, nuget, npm, pipBy default: maven |
--codebase-build-tool nuget |