-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Update Azure application credentials detector #2985
Conversation
edf16dd
to
3acae1a
Compare
4a02d1a
to
4a99e74
Compare
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.
Flagging outstanding stuff.
I am seeing this error
|
This was removed. Make sure you pull in the latest changes. |
f603ceb
to
a2e26ac
Compare
438e11d
to
9ae4378
Compare
bcbb73f
to
5244159
Compare
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.
A handful of non-blocking comments, but otherwise LGTM! Thanks for adding these.
2c0b903
to
437e6d3
Compare
feat(azure): finish pending items for review
Thanks @ahrav. I've made the requested changes. |
Test failure seems to be unrelated?
|
Yea, doesn't look related. |
@ahrav It doesn't fail if I remove this entry from &ayrshare.Scanner{},
- &azure_serviceprincipal_v1.Scanner{},
&azure_serviceprincipal_v2.Scanner{}, I think it's because @joeleonjr pulls in |
Oh, I see what's happening. My guess is that the APK handler builds the This change likely causes the archive handler to identify an additional piece of data—or, in this case, an entire file—due to the keywords included in the detector you mentioned. I'll create a PR to fix the test. Thanks for helping me track this down. |
Description:
This closes #1979, closes #2394, closes #3039, and closes #3362,
Depends on #2976.
Checklist:
make test-community
)?make lint
this requires golangci-lint)?