File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Secret Value found!
1+ name : Secret Value found!!
22on :
33 push :
44 public :
3232 - name : Install the report tool packages
3333 if : steps.gitleaks.outcome != 'success'
3434 run : |
35- nuget install "Syncfusion.Email" -source "https://nexus.syncfusion.com/repository/nuget-hosted/"
36- dir $GITHUB_WORKSPACE/Syncfusion.Email.1.0.0 /lib/netcoreapp3.1
37- dotnet $GITHUB_WORKSPACE/Syncfusion.Email.1.0.0 /lib/netcoreapp3.1/Email .dll "citeam@syncfusion.com" "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE"
38- exit 1
35+ nuget install "Syncfusion.Email" -source "https://nexus.syncfusion.com/repository/nuget-hosted/" -ExcludeVersion
36+ dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
37+ 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
You can’t perform that action at this time.
0 commit comments