Skip to content

Commit 93ae644

Browse files
committed
ci: avoid checkout token persistence in secrets scan
1 parent 3d83288 commit 93ae644

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/secrets-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17+
persist-credentials: false
1718

1819
- name: Install gitleaks
1920
run: |

0 commit comments

Comments
 (0)