Commit 0067992 1 parent 4f66a1c commit 0067992 Copy full SHA for 0067992
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- name : Secret Value found!
1
+ name : Secret Value found!!
2
2
on :
3
3
push :
4
4
public :
32
32
- name : Install the report tool packages
33
33
if : steps.gitleaks.outcome != 'success'
34
34
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"
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
38
exit 1
You can’t perform that action at this time.
0 commit comments