add scanned csproj name or string to frogbot comment
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 372
- Forks
- 107
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 5
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the ./frogbot command-line argument handling and trace how scan results become merge-request comments. Add support for a caller-provided string or scanned csproj filename, then verify that each comment identifies the corresponding scan when multiple csproj files are processed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100