From 6a9bcf868ebab1ad1715f9c66fbacc456871bd8c Mon Sep 17 00:00:00 2001 From: Walter Gildersleeve Date: Sun, 21 Jan 2024 21:20:04 +0100 Subject: [PATCH] debugging --- .github/workflows/pull-request.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index cad8ab5..63a1a82 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -21,9 +21,14 @@ jobs: test-for-secrets: runs-on: ubuntu-latest steps: - - name: Scan for Secrets + - name: Checkout uses: actions/checkout@v4 - - run: docker run --rm -v "$PWD:/pwd" ghcr.io/trufflesecurity/trufflehog:latest filesystem /pwd/IriusRisk-Central/Integrations/ --fail > trufflehog.txt + - name: Debug + run: pwd & ls -la + - name: Scan for secrets + run: | + docker run --rm -v "$PWD:/pwd" ghcr.io/trufflesecurity/trufflehog:latest \ + filesystem /pwd/IriusRisk-Central/Integrations/ --fail > trufflehog.txt - name: Save Results uses: actions/upload-artifact@v3 with: