exclude oscap profile from gitleaks

This commit is contained in:
Jorge Reyes
2026-03-23 14:17:39 -05:00
committed by GitHub
parent 8ea97e4af3
commit f2b6d59c65

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'''
]