We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462db43 commit 55094beCopy full SHA for 55094be
.github/workflows/msdo-gitleaks.yml
@@ -28,6 +28,12 @@ jobs:
28
git clone https://github.com/${{ github.repository }} .
29
git checkout ${{ github.ref_name }}
30
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
+
37
- name: Run Gitleaks
38
run: |
39
echo "Downloading Gitleaks..."
0 commit comments