Create .gitleaks.toml

This commit is contained in:
Alexandre
2022-10-31 08:08:15 +01:00
committed by GitHub
parent ae3ef88236
commit f21353d576

10
.github/linters/.gitleaks.toml vendored Normal file
View File

@@ -0,0 +1,10 @@
title = "gitleaks config"
[extend]
# useDefault will extend the base configuration with the default gitleaks config:
# https://github.com/zricethezav/gitleaks/blob/master/config/gitleaks.toml
useDefault = false
[allowlist]
description = "global allowlist. whitelisting paths"
paths = ['''**/epicgamesfree/rootfs/templates/config.json''']