-
Notifications
You must be signed in to change notification settings - Fork 14
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
Slack to new sdk #727
base: main
Are you sure you want to change the base?
Slack to new sdk #727
Conversation
236b4bb
to
d74ef4d
Compare
d74ef4d
to
04e8072
Compare
With(slog.Int("num_findings", len(findings))) | ||
|
||
if len(findings) > 0 { | ||
scanID := findings[0].Finding.FindingInfo.Uid |
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.
How come we don't do it for all findings? I guess we could handle that with a for loop
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.
my assumption was that this is called for a single scan so everything should have the same scanID
04e8072
to
e6e2501
Compare
No description provided.