Skip to content

Commit d88926e

Browse files
authored
Update gitleaks.yaml
1 parent 43b8e31 commit d88926e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Install the report tool packages
4343
if: steps.gitleaks.outcome != 'success'
4444
run: |
45+
export PATH=$GITHUB_WORKSPACE/dotnet:$PATH
4546
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
4647
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
4748
dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}

0 commit comments

Comments
 (0)