From 2abb860ee637ad0c28508631320d477b65fb6f11 Mon Sep 17 00:00:00 2001 From: hirendgithub <100769325+hirendgithub@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:17:18 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 401e31f..fcec290 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # ADO-Project -okay + From 083ba44db9454b4d777b9145675206f16de6a56b Mon Sep 17 00:00:00 2001 From: hirendgithub <100769325+hirendgithub@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:25:03 +0530 Subject: [PATCH 2/2] Update linuxtest.yml --- .github/workflows/linuxtest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linuxtest.yml b/.github/workflows/linuxtest.yml index 4b0ccd3..b985f1c 100644 --- a/.github/workflows/linuxtest.yml +++ b/.github/workflows/linuxtest.yml @@ -48,7 +48,8 @@ jobs: # Example with custom patterns/excludes: # run: ./git-secret-scanner.sh --repo . --patterns .github/patterns.txt --exclude "node_modules|*.log" - name: Run Scan Script - run: bash ./git-secret-scanner.sh "${{ github.repositoryUrl }}" "${{ github.head_ref || github.ref_name }}" + run: bash ./git-secret-scanner.sh "https://github.com/hirendgithub/ADO-Project.git" "${{ github.head_ref || github.ref_name }}" + # Optional: Add a step to provide feedback or notifications - name: Report Scan Results