Skip to content

Commit

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

0 comments on commit c88dd2b

Please sign in to comment.