Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
walter-iriusrisk committed Jan 21, 2024
1 parent 6a9bcf8 commit 7f55112
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- 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
filesystem /pwd/Integrations/ --fail > trufflehog.txt
- name: Save Results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 7f55112

Please sign in to comment.