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 d88926e commit 163fa86Copy full SHA for 163fa86
.github/workflows/gitleaks.yaml
@@ -29,6 +29,11 @@ jobs:
29
run: |
30
sudo apt update
31
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
37
# - name: Install the dotnet
38
# if: steps.gitleaks.outcome != 'success'
39
# uses: actions/setup-dotnet@v3
0 commit comments