Skip to content

Commit 2484a74

Browse files
authored
1025536: update git-leaks
1 parent f0e2802 commit 2484a74

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/gitleaks.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,13 @@ jobs:
2929
uses: actions/setup-dotnet@v3
3030
with:
3131
dotnet-version: '3.1.x'
32+
- name: Install Mono
33+
if: steps.gitleaks.outcome != 'success'
34+
run: sudo apt-get update && sudo apt-get install -y mono-complete
3235
- name: Install the report tool packages
3336
if: steps.gitleaks.outcome != 'success'
3437
run: |
3538
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
3639
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
3740
dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
38-
exit 1
41+
exit 1

0 commit comments

Comments
 (0)