Skip to content

Commit 4e5d424

Browse files
Merge branch 'master' into dependabot/nuget/InventoryService/Microsoft.AspNetCore.Authentication.JwtBearer-3.1.18
2 parents dfde768 + d86fbd1 commit 4e5d424

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/gitleaks.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Secret Value found!
1+
name: Secret Value found!!
22
on:
33
push:
44
public:
@@ -32,7 +32,7 @@ jobs:
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 "[email protected]" "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE"
35+
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -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 }}
3838
exit 1

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# Inventory CRUD REST Service using ASP.NET CORE with JWT Token Authentication
2+
23
This repository contains the inventory management REST service, built with ASP.NET Core 3.1 and Entity Framework 3.1 to illustrate creating REST API to performing CRUD actions and, how to create JWT token and secure API.
34

45
## Prerequisites
56

6-
* Visual Studio 2019 16.4.0
7-
* ASP.NET Core 3.1
7+
* Visual Studio 2022
88
* SQL Server 2017
99
* Postman
1010

1111
## How to run the project
1212

1313
* Checkout this project to a location in your disk.
14-
* Open the solution file using the Visual Studio 2019.
14+
* Open the solution file using the Visual Studio 2022.
1515
* Restore the NuGet packages by rebuilding the solution.
16-
* Change the connection string in the appsettings.json file that points to your SQL Server
17-
* Run the project.
18-
16+
* Change the connection string in the appsettings.json file that points to your SQL Server.
17+
* Run the project.

0 commit comments

Comments
 (0)