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

Fix GitHub --repo cache behaviour #1897

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

rgmz
Copy link
Contributor

@rgmz rgmz commented Oct 17, 2023

Description:

This fixes #1896.

$ go build && ./trufflehog github --repo https://github.com/trufflesecurity/trufflehog
🐷🔑🐷  TruffleHog. Unearth your secrets. 🐷🔑🐷

2023-10-17T17:37:30-04:00       info-0  trufflehog      Completed enumeration   {"num_repos": 1, "num_orgs": 0, "num_members": 0}
...

Checklist:

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

@rgmz rgmz requested review from a team as code owners October 17, 2023 21:36
Copy link
Collaborator

@ahrav ahrav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rgmz for the fix here.

@ahrav ahrav merged commit 6ea3a7d into trufflesecurity:main Oct 17, 2023
8 of 9 checks passed
rgmz added a commit to rgmz/trufflehog that referenced this pull request Oct 18, 2023
@rgmz rgmz deleted the fix/github-repo-filter branch October 18, 2023 15:35
Phoenix591 pushed a commit to Phoenix591/trufflehog that referenced this pull request Oct 27, 2023
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.

GitHub --repo skips repository if HTTP url excludes .git suffix
2 participants