Skip to content

Commit

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

0 comments on commit e3ec7b9

Please sign in to comment.