Skip to content

Commit ac8a718

Browse files
authored
Update gitleaks.yaml
1 parent 5895d19 commit ac8a718

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
uses: nuget/setup-nuget@v1
2525
with:
2626
nuget-version: latest
27+
- name: Install Mono
28+
if: steps.gitleaks.outcome != 'success'
29+
run: |
30+
sudo apt update
31+
sudo apt install -y mono-complete
2732
- name: Install the dotnet
2833
if: steps.gitleaks.outcome != 'success'
2934
uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)