diff --git a/.github/workflows/security-check.yaml b/.github/workflows/security-check.yaml index c91286eb..714bc619 100644 --- a/.github/workflows/security-check.yaml +++ b/.github/workflows/security-check.yaml @@ -15,6 +15,6 @@ jobs: uses: microsoft/ps-rule@v2.9.0 id: run_psrule with: - source: 'https://github.com/Azure-Samples/azure-search-openai-javascript/.github/.ps-rule/' + source: '/.github/.ps-rule/' modules: 'PSRule.Rules.Azure' baseline: 'templateCustom'