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 diff --git a/README.md b/README.md index 22e9c9c..fcec290 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # ADO-Project +