Skip to content

Commit 163fa86

Browse files
authored
Update gitleaks.yaml
1 parent d88926e commit 163fa86

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
@@ -29,6 +29,11 @@ jobs:
2929
run: |
3030
sudo apt update
3131
sudo apt install -y mono-complete
32+
- name: Install required OpenSSL version
33+
if: steps.gitleaks.outcome != 'success'
34+
run: |
35+
sudo apt-get update
36+
sudo apt-get install -y libssl1.0.0 || sudo apt-get install -y libssl1.0.2 || sudo apt-get install -y libssl1.1
3237
# - name: Install the dotnet
3338
# if: steps.gitleaks.outcome != 'success'
3439
# uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)