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.iOS/Newtonsoft.Json-13.0.2
  • Loading branch information
PaulAndersonS authored May 28, 2024
2 parents c521b58 + 453e748 commit 81b1115
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 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,9 @@ 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 81b1115

Please sign in to comment.