File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3737 GITLEAKS_LICENSE : ${{ secrets.GITLEAKS_LICENSE_PASSED }}
3838 # UPDATED: Point to the config file inside the folder from Step 2
39- GITLEAKS_CONFIG : " .github-config/gitleaks.toml"
39+ GITLEAKS_CONFIG : " .github-config/gitleaks/gitleaks .toml"
Original file line number Diff line number Diff line change 77 entry : >
88 bash -c '
99 mkdir -p .github-config &&
10- curl -f -s https://raw.githubusercontent.com/nhsbsa-data-analytics/.github/main/gitleaks.toml -o .github-config/gitleaks.toml &&
11- curl -f -s https://raw.githubusercontent.com/nhsbsa-data-analytics/.github/main/gitleaks-nhsbsa.toml -o .github-config/gitleaks-nhsbsa.toml &&
10+ curl -f -s https://raw.githubusercontent.com/nhsbsa-data-analytics/.github/main/gitleaks/gitleaks .toml -o .github-config/gitleaks.toml &&
11+ curl -f -s https://raw.githubusercontent.com/nhsbsa-data-analytics/.github/main/gitleaks/gitleaks -nhsbsa.toml -o .github-config/gitleaks-nhsbsa.toml &&
1212 gitleaks protect --config=".github-config/gitleaks.toml" --verbose --redact --staged;
1313 EXIT_CODE=$?;
1414 rm -rf .github-config;
You can’t perform that action at this time.
0 commit comments