Skip to content

Commit ef814b9

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
run: |
3030
sudo apt update
3131
sudo apt install -y mono-complete
32-
- name: Install required OpenSSL version
32+
- name: Install OpenSSL Development Libraries
3333
if: steps.gitleaks.outcome != 'success'
3434
run: |
3535
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
36+
sudo apt-get install -y libssl-dev
3737
# - name: Install the dotnet
3838
# if: steps.gitleaks.outcome != 'success'
3939
# uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)