Skip to content

Commit d87b19b

Browse files
Update gitleaks.yaml
1 parent 5895d19 commit d87b19b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
uses: actions/setup-dotnet@v3
3030
with:
3131
dotnet-version: '3.1.x'
32+
- name: Install Mono
33+
if: steps.gitleaks.outcome != 'success'
34+
run: sudo apt-get update && sudo apt-get install -y mono-complete
3235
- name: Install the report tool packages
3336
if: steps.gitleaks.outcome != 'success'
3437
run: |

0 commit comments

Comments
 (0)