We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The method Repository.lookup_submodule from pygit2 was removed (deprecated). But the scanner module is still calling it causing an exception.
Repository.lookup_submodule
pygit2
scanner
Line:
tartufo/tartufo/scanner.py
Line 776 in 345092b
Scan a repository with GIT submodules.
Complete scan.
Removing error handler exposes the actual exception:
Traceback (most recent call last): File "<string>", line 1, in <module> AttributeError: 'Repository' object has no attribute 'lookup_submodule'
Any.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
The method
Repository.lookup_submodule
frompygit2
was removed (deprecated). But thescanner
module is still calling it causing an exception.Line:
tartufo/tartufo/scanner.py
Line 776 in 345092b
To Reproduce
Scan a repository with GIT submodules.
Expected Behavior
Complete scan.
Code Example
Removing error handler exposes the actual exception:
Environment
Any.
The text was updated successfully, but these errors were encountered: