-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Added DataBricks Analyzer #4135
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
Merged
kashifkhan0771
merged 14 commits into
trufflesecurity:main
from
kashifkhan0771:feat/oss-166-databricks-analyzer
May 20, 2025
Merged
Added DataBricks Analyzer #4135
kashifkhan0771
merged 14 commits into
trufflesecurity:main
from
kashifkhan0771:feat/oss-166-databricks-analyzer
May 20, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ahrav
approved these changes
May 12, 2025
Contributor
ahrav
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.
Looks great. Left a few non-blocking suggestions and a couple questions.
nabeelalam
reviewed
May 13, 2025
abmussani
reviewed
May 13, 2025
f92280d to
4dba4f7
Compare
3029af6 to
aa885fa
Compare
Contributor
Author
|
@abmussani @ahrav Just checking in does this PR look good to you for merge? |
ahrav
approved these changes
May 19, 2025
2e4a77d to
cc1ad82
Compare
abmussani
pushed a commit
to bunnyanon/trufflehog
that referenced
this pull request
May 21, 2025
* main: (121 commits) Fixed Grafana detector (trufflesecurity#4166) Reduce verbosity of chunk trace logging (trufflesecurity#4161) Increase postman logging verbosity (trufflesecurity#4160) Change github file extension log message verbosity (trufflesecurity#4159) docs: fix typos (trufflesecurity#4158) fix(twitch): Update Twitch detector to handle new RawV2 field and adjust test expectations (trufflesecurity#4150) Add a bunch of Postman logging (trufflesecurity#4154) Added DataBricks Analyzer (trufflesecurity#4135) fixed shopify detector line number (trufflesecurity#4149) chore: run setup-go after checkout (trufflesecurity#4143) Add per-chunk detection logging (trufflesecurity#4152) [Feat] Added Dropbox API OAuth2 Token Analyzer (trufflesecurity#4080) Updated Github Source Validate method (trufflesecurity#4144) replace anthropic reference with groq (trufflesecurity#4147) [Fix] Line number issue for custom detector (trufflesecurity#3997) fix(postman): prevent infinite recursion in variable substitution (trufflesecurity#4145) Add metrics to the Postman source (trufflesecurity#4142) [Feat] Implementation of Posthog Analyzer (trufflesecurity#4103) [Feat] Added Mux API Analyzer (trufflesecurity#4128) fixed name of netlify analyzer in cli output (trufflesecurity#4140) ... # Conflicts: # pkg/pb/detectorspb/detectors.pb.go # proto/detectors.proto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This PR adds a new analyzer for databricks
Tests:
Checklist:
make test-community)?make lintthis requires golangci-lint)?