Skip to content

Commit 0b9f25b

Browse files
chore(trufflehog): prefixes only content/grafana/dashboards
Remove vendor and content/about/404.md from generated excludes; lockfile patterns unchanged in build_exclude_file.py. Made-with: Cursor
1 parent 23ee0fd commit 0b9f25b

3 files changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/reusable-trufflehog.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,8 @@ jobs:
8686
# Generated — do not edit by hand. Edit trufflehog/prefixes.txt then run ./trufflehog/update-excludes.sh
8787
#
8888
# --- directory prefixes (from prefixes.txt) ---
89-
# prefix: vendor
90-
(^|\./|[/\\])vendor([/\\]|$)
9189
# prefix: content/grafana/dashboards
9290
(^|\./|[/\\])content/grafana/dashboards([/\\]|$)
93-
# prefix: content/about/404.md
94-
(^|\./|[/\\])content/about/404\.md([/\\]|$)
9591
9692
# --- static path patterns ---
9793
# Lock files and checksums (contain hashes, not secrets)

trufflehog/global-exclude.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Generated — do not edit by hand. Edit trufflehog/prefixes.txt then run ./trufflehog/update-excludes.sh
22
#
33
# --- directory prefixes (from prefixes.txt) ---
4-
# prefix: vendor
5-
(^|\./|[/\\])vendor([/\\]|$)
64
# prefix: content/grafana/dashboards
75
(^|\./|[/\\])content/grafana/dashboards([/\\]|$)
8-
# prefix: content/about/404.md
9-
(^|\./|[/\\])content/about/404\.md([/\\]|$)
106

117
# --- static path patterns ---
128
# Lock files and checksums (contain hashes, not secrets)

trufflehog/prefixes.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@
99
#
1010
# Lockfiles (go.sum, package.json, …) are listed in trufflehog/build_exclude_file.py if you need to change those.
1111

12-
vendor
1312
content/grafana/dashboards
14-
content/about/404.md

0 commit comments

Comments
 (0)