Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
walter-iriusrisk committed Jan 21, 2024
1 parent fef5394 commit 6a9bcf8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6a9bcf8

Please sign in to comment.