mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-05 03:14:54 +01:00
Create .gitleaks.toml
This commit is contained in:
11
GitHub/workspace/.github/linters/.gitleaks.toml
vendored
Normal file
11
GitHub/workspace/.github/linters/.gitleaks.toml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
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 = ['''hassio-addons/epicgamesfree/config.json''']
|
||||
Reference in New Issue
Block a user