File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+
12name : Secret Value found!!
23on :
34 push :
89 runs-on : ubuntu-latest
910 steps :
1011 - name : Checkout
11- uses : actions/checkout@v3
12+ uses : actions/checkout@v4.2.2
1213 - name : Install the gitleaks
1314 run : wget https://github.com/zricethezav/gitleaks/releases/download/v8.15.2/gitleaks_8.15.2_linux_x64.tar.gz
1415 shell : pwsh
3536 nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
3637 dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
3738 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
39+ exit 1
You can’t perform that action at this time.
0 commit comments