diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 44e8d0f..46168f5 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -24,7 +24,7 @@ jobs: - name: Scan for Secrets uses: actions/checkout@v4 - run: | - docker run --rm -it -v "${pwd}:/pwd" \ + docker run --rm -it -v "$PWD:/pwd" \ ghcr.io/trufflesecurity/trufflehog:latest filesystem \ /pwd/IriusRisk-Central/Integrations/ --json --fail > trufflehog-results.json - name: Save Results