frogbot
frogbot copied to clipboard
add scanned csproj name or string to frogbot comment
Is your feature request related to a problem? Please describe. I have multiple csproj in diffrent paths which I run in loop. and I get on the merge request a frogbot comment on each csproj it scan (as expected)
Describe the solution you'd like to see
I would like to add the csproj file name (or just a string I control) to the comment.
./frogbot ${FROGBOT_CMD} < some string (or file name) to be added to merge request comment>
This will help figure out where the vulnerability is found