Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/nuget/DataFormXamarin/DataFormX…
Browse files Browse the repository at this point in the history
…amarin/DataFormXamarin.UWP/Newtonsoft.Json-13.0.2
  • Loading branch information
PaulAndersonS authored May 28, 2024
2 parents 19edb0f + 453e748 commit 91d6179
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gitleaks.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Secret Value found!

on:
push:
public:
Expand Down Expand Up @@ -32,7 +33,8 @@ jobs:
- name: Install the report tool packages
if: steps.gitleaks.outcome != 'success'
run: |
nuget install "Syncfusion.Email" -source "https://nexus.syncfusion.com/repository/nuget-hosted/"
dir $GITHUB_WORKSPACE/Syncfusion.Email.1.0.0/lib/netcoreapp3.1
dotnet $GITHUB_WORKSPACE/Syncfusion.Email.1.0.0/lib/netcoreapp3.1/Email.dll "[email protected]" "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE"
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
exit 1

0 comments on commit 91d6179

Please sign in to comment.