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 2b6831f commit 152e119Copy full SHA for 152e119
.github/workflows/msdo-gitleaks.yml
@@ -31,7 +31,7 @@ jobs:
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..."
+ 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
0 commit comments