You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/linuxbrew/.linuxbrew/Cellar/tartufo/5.0.0_3/libexec/lib/python3.12/site-packages/tartufo/util.py", line 305, in extract_commit_metadata
"commit_hash": commit.hex,
^^^^^^^^^^
AttributeError: '_pygit2.Commit' object has no attribute 'hex'
I think it is because they have removed hex in pygit 1.15.0, see changelog in here.
The text was updated successfully, but these errors were encountered:
While regression build 5.0.0 against pygit 1.15.1, I ran into some runtime failure as below:
I think it is because they have removed
hex
in pygit 1.15.0, see changelog in here.The text was updated successfully, but these errors were encountered: