Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
walter-iriusrisk committed Jan 21, 2024
1 parent e3ec7b9 commit a203ddc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:
- name: Scan for Secrets
uses: actions/checkout@v4
- run: |
docker run --rm -it -v "$PWD:/pwd" \
ghcr.io/trufflesecurity/trufflehog:latest filesystem \
/pwd/IriusRisk-Central/Integrations/ --json --fail > trufflehog-results.json
docker run --rm -v "$PWD:/pwd" ghcr.io/trufflesecurity/trufflehog:latest \
filesystem /pwd/IriusRisk-Central/Integrations/ --fail > trufflehog
- name: Save Results
uses: actions/upload-artifact@v3
with:
name: trufflehog-results.json
path: trufflehog-results.json
name: trufflehog-results.txt
path: trufflehog
continue-on-error: true

0 comments on commit a203ddc

Please sign in to comment.