Skip to content

Commit 5322cb5

Browse files
authored
Update gitleaks.yaml
1 parent 2bc7511 commit 5322cb5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,9 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v4.2.2
1212
- name: Install the gitleaks
13-
run: wget https://github.com/zricethezav/gitleaks/releases/download/v8.15.2/gitleaks_8.15.2_linux_x64.tar.gz
13+
run: wget https://github.com/zricethezav/gitleaks/releases/download/v8.24.2/gitleaks_8.24.2_windows_armv6.zip
1414
shell: pwsh
15-
- name: Extract the tar file
16-
run: tar xzvf gitleaks_8.15.2_linux_x64.tar.gz
17-
- name: Generate the report
18-
id: gitleaks
19-
run: $GITHUB_WORKSPACE/gitleaks detect -s $GITHUB_WORKSPACE -f json -r $GITHUB_WORKSPACE/leaksreport.json
20-
shell: bash
21-
continue-on-error: true
15+
2216
- name: Setup NuGet.exe
2317
if: steps.gitleaks.outcome != 'success'
2418
uses: nuget/setup-nuget@v2.0.0

0 commit comments

Comments
 (0)