
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Error in Azure DevOps Fortify Plugin: Path must be a string Error
Hello friends. Hope all you are fine!
I´m working in Azure DevOps with fortify SCA Plugin.
So, with Azure Assistant, set the license path, build_id (jbsecuresite in this eg), enable SCA build (translate) - java application type. And enable SCA scan with default parameters.
But, in the console output have the next message:
I will share with you my yaml and others screenshot.
If anybody have a suggestion, it will be appreciated

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi @jeschb ,
The error is seen from the "Fortify Static Code Analyzer Install" build task, however the yaml file is from the "Fortify Static Code Analyzer Assessment" task. Could you please verify and share the configuration for the task which has errors.
Regards,
Tejesh Chandra K H

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi @jeschb ,
Thanks for sharing those details.
It appears this will need some investigation. Please log a support case for further investigation.
Regards,
Tejesh Chandra K H

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
I am using classic release but had to add a variable and overload the variable Build.SourceBranch and Build.ArtifactStagingDirectory to $(Agent.ReleaseDirectory)\{Artifact Name}\. Prior to that would receive the similar "path must be a string error".