File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments