On Boarding a Globalyzer Project: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 12: | Line 12: | ||
* The directories and files to be scanned | * The directories and files to be scanned | ||
* The rulesets to be used to scan the source code. | * The rulesets to be used to scan the source code. | ||
* A Globalyzer Project file is created with this information and put in the code repository. | |||
=On Boarding the Automation Job= | =On Boarding the Automation Job= | ||
Revision as of 22:17, 10 December 2019
Before On Boarding a Globalyzer Project
To on-board any project, a number of basic information is needed:
Code Repository Location
- The code repository location and branch for the project.
- Git locations could look like: https://github.com/group/project ; In addition, the branch for the Git project is needed
- SVN locations could look like: https://svn.group.com/project/trunk
- Read and Write Access granted to repository
Globalyzer Scan Information
- The directories and files to be scanned
- The rulesets to be used to scan the source code.
- A Globalyzer Project file is created with this information and put in the code repository.