Skip to content

Commit a3007a5

Browse files
committed
feat(ci): configure Git safe directory "/path" in gitleaks workflow
1 parent c6c344d commit a3007a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/gitleaks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20+
- name: Configure Git Safe Directory
21+
run: git config --global --add safe.directory /path
22+
2023
- name: Detect
2124
run: gitleaks detect --source="/path"

0 commit comments

Comments
 (0)