hurl
hurl copied to clipboard
Gitleaks should override default config
Using Gitleaks --config, we should specify to use defaults rules and ovverride with our custom ones:
Instead of this
title = "gitleaks config"
[allowlist]
description = "global allow lists"
paths = [
'''integration'''
]
We should write this
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 = true
[allowlist]
description = "global allow lists"
paths = [
'''integration'''
]
Bonus point : use the title Gitleaks instead of Git leaks
I would be happy to see this issue in my bucket. Can you please assign it to me?
Hi @Evergreenies, Unfortunately issues opened to contributors are tagged with "open to contribution" (you can read more information in our CONTRIBUTING guide). We generally don't open to contribution CI/CD issues. Thanks for your comprehension