Merge pull request #15662 from Security-Onion-Solutions/reyesj2-patch-1

exclude oscap profile from gitleaks
This commit is contained in:
Jorge Reyes
2026-03-23 14:23:24 -05:00
committed by GitHub

View File

@@ -542,5 +542,6 @@ paths = [
'''(.*?)(jpg|gif|doc|pdf|bin|svg|socket)$''',
'''(go.mod|go.sum)$''',
'''salt/nginx/files/enterprise-attack.json''',
'''(.*?)whl$'''
'''(.*?)whl$''',
'''salt/stig/files/sos-oscap.xml'''
]