tartufo icon indicating copy to clipboard operation
tartufo copied to clipboard

`update-signatures` fails with some tartufo configs

Open jhall1-godaddy opened this issue 1 year ago • 0 comments

🐛 Bug Report

It cannot parse a config like this:

[tool.tartufo]
exclude-signatures = [
    "abc",
    "def",
]

To Reproduce

run tartufo update-signatures . on a local repo with a config like the above.

Expected Behavior

The config should be handled regardless of whether it's a list of strings, or a list of dictionaries.

jhall1-godaddy avatar Jul 20 '22 20:07 jhall1-godaddy