From ab59a4642253f91d61383a8d4d0e29b2cacc2da3 Mon Sep 17 00:00:00 2001 From: hirendgithub <100769325+hirendgithub@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:28:43 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22e9c9c..fcec290 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # ADO-Project + From 56b0b9510a69921c0738c30ab5f894783c3461ec Mon Sep 17 00:00:00 2001 From: hirendgithub <100769325+hirendgithub@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:31:25 +0530 Subject: [PATCH 2/2] Update linuxtest.yml --- .github/workflows/linuxtest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linuxtest.yml b/.github/workflows/linuxtest.yml index 4b0ccd3..56ce379 100644 --- a/.github/workflows/linuxtest.yml +++ b/.github/workflows/linuxtest.yml @@ -48,7 +48,7 @@ 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