Skip to content

Commit 55094be

Browse files
Update msdo-gitleaks.yml
Added step to call on the .toml file locally
1 parent 462db43 commit 55094be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/msdo-gitleaks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
git clone https://github.com/${{ github.repository }} .
2929
git checkout ${{ github.ref_name }}
3030
31+
- name: Fetch Gitleaks config from MSDO
32+
#This section will need to be edited to match wherever the repo will be copied to
33+
run: |
34+
echo "🔧 Fetching .gitleaks.toml from MSDO repo..."
35+
curl -sSL https://raw.githubusercontent.com/theangrytech-git/MSDO/main/gitleaks.toml -o .gitleaks.toml
36+
3137
- name: Run Gitleaks
3238
run: |
3339
echo "Downloading Gitleaks..."

0 commit comments

Comments
 (0)