-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Updated Sendgrid Analyzer #3906
Updated Sendgrid Analyzer #3906
Conversation
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.
Changes look good. Just a minor request to include Profile in Analyzer Result.
|
||
return &profile, nil | ||
} | ||
|
||
func secretInfoToAnalyzerResult(info *SecretInfo) *analyzers.AnalyzerResult { |
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.
@kashifkhan0771 Profile is being fetch based on a scope. My suggestion would to include it in Analyzer Result associated to that particular permission.
1dff64d
to
3cc348a
Compare
Description:
This PR is related to #3872
Checklist:
make test-community
)?make lint
this requires golangci-lint)?