I need to create a new checkin policy in TFS to every time that I'm checking code from one specific branch to another run fortify. Any ideas on how to do this? Is there someone that have done this before? Many thanks
Asked
Active
Viewed 544 times
1 Answers
0
You can just use the custom path policy (Need TFS Power Tools) which means the policy scopes other policies to specific folders or file types.
More details about how to use this policy, you can refer the link from MSDN: How to apply check-in policies to only certain branches or folders

PatrickLu-MSFT
- 49,478
- 5
- 35
- 62
-
Sorry, not familiar with this. Maybe use the Fortify command line ? However, you can also use a gated build to achieve what you need. You can use "Invoke Process" build activities to make this happen. More detail steps you can refer the answer from AspiringTFSGuru in this question: http://stackoverflow.com/questions/3925173/fortify-command-line-usage – PatrickLu-MSFT Apr 13 '16 at 10:07