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
+
1
2
name : Secret Value found!!
2
3
on :
3
4
push :
8
9
runs-on : ubuntu-latest
9
10
steps :
10
11
- name : Checkout
11
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4.2.2
12
13
- name : Install the gitleaks
13
14
run : wget https://github.com/zricethezav/gitleaks/releases/download/v8.15.2/gitleaks_8.15.2_linux_x64.tar.gz
14
15
shell : pwsh
35
36
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
36
37
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
37
38
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