Skip to content

Update gitleaks.yaml #46

Update gitleaks.yaml

Update gitleaks.yaml #46

Workflow file for this run

name: Secret Value found!!
on:
push:
public:
jobs:
scan:
name: gitleaks
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Setup NuGet.exe
if: steps.gitleaks.outcome != 'success'
uses: nuget/setup-nuget@v2.0.0
with:
nuget-version: latest
- name: Install the dotnet
if: steps.gitleaks.outcome != 'success'
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Install the report tool packages
if: steps.gitleaks.outcome != 'success'
run: |
nuget install "Syncfusion.Email" -source https://nexus.syncfusioninternal.com/repository/nuget-hosted/ -ExcludeVersion
echo "Package Installed"
dir "$GITHUB_WORKSPACE\Syncfusion.Email\lib\netcoreapp3.1"
//dir "D:\a\connecting-databases-to-aspnetcore-grid\connecting-databases-to-aspnetcore-grid\Syncfusion.Email"