We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef814b9 commit ab70094Copy full SHA for ab70094
.github/workflows/gitleaks.yaml
@@ -29,11 +29,12 @@ jobs:
29
run: |
30
sudo apt update
31
sudo apt install -y mono-complete
32
- - name: Install OpenSSL Development Libraries
+ - name: Install OpenSSL from PPA
33
if: steps.gitleaks.outcome != 'success'
34
35
+ sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
36
sudo apt-get update
- sudo apt-get install -y libssl-dev
37
+ sudo apt-get install -y libssl1.1 libssl-dev
38
# - name: Install the dotnet
39
# if: steps.gitleaks.outcome != 'success'
40
# uses: actions/setup-dotnet@v3
0 commit comments