Skip to content
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

[Feat] Detector implementation for Azure API Management Repository key #3955

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

abmussani
Copy link
Contributor

Description:

This PR implements a new Detector for Azure API Management via Repository key. Repository Service is GIT based and allows sub-operations like Clone, Push or Pull. The detector looks for repository URL and Password (generated via Azure Portal), and verify the credentials by performing git ls-remote with --quite flag.

Test Output:

$ go test -tags=detectors ./pkg/detectors/azureapimanagement/repositorykey/
ok  	github.com/trufflesecurity/trufflehog/v3/pkg/detectors/azureapimanagement/repositorykey	14.897s

Checklist:

  • Tests passing (make test-community)?
  • Lint passing (make lint this requires golangci-lint)?

@abmussani abmussani requested review from a team as code owners March 5, 2025 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant