-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Proto update to support scanning confluence comments #4484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proto update to support scanning confluence comments #4484
Conversation
proto/source_metadata.proto
Outdated
| string location = 7; | ||
| string file = 8; | ||
| string user = 9; | ||
| string comment = 10; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unlike all the other fields, I can't form a good guess about what's stored in this just by reading its name. Is it a comment ID or something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is the comment ID. I tried to make it consistent with other fields, but you're right, it should be clearer. I'll make the change.
…14/trufflehog into INS-28-Scan-Confluence-comments
shahzadhaider1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description:
This PR updates the proto files to support scanning confluence comments.
Checklist:
make test-community)?make lintthis requires golangci-lint)?