add missing ,

This commit is contained in:
Josh Patterson
2025-06-27 10:53:03 -04:00
parent d79d7e2ba1
commit 8fdc7049f9

View File

@@ -541,6 +541,6 @@ paths = [
'''gitleaks.toml''',
'''(.*?)(jpg|gif|doc|pdf|bin|svg|socket)$''',
'''(go.mod|go.sum)$''',
'''salt/nginx/files/enterprise-attack.json'''
'''salt/nginx/files/enterprise-attack.json''',
'''(.*?)whl$
]