Skip to content

Commit c547833

Browse files
committed
fix: fix ci
1 parent dd49db2 commit c547833

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 1
1818

19-
- name: Run Secret Scanning with Gitleaks
20-
uses: gitleaks/gitleaks-action@v2
21-
env:
22-
GITHUB_TOKEN: ${{ secrets.GH_SECRET_TOKEN }}
19+
# - name: Run Secret Scanning with Gitleaks
20+
# uses: gitleaks/gitleaks-action@v2
21+
# env:
22+
# GITHUB_TOKEN: ${{ secrets.GH_SECRET_TOKEN }}
2323

2424
- name: Run Python Security Scan with Bandit
2525
run: |

0 commit comments

Comments
 (0)