Skip to content

Commit

Permalink
ci: Not a rooted path
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Jun 11, 2024
1 parent 42ee89e commit e553e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/secret-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
uses: actions/checkout@v1
with:
fetch-depth: 0
path: /tmp
path: tmp
- name: Run scanner
run: scanner 'commit' /tmp github ${{ github.repository }} --markdown-file job_summary.md \
run: scanner 'commit' tmp github ${{ github.repository }} --markdown-file job_summary.md \
${{ github.event_name == 'pull_request' && format('--since-commit {0}', github.event.pull_request.base.sha) || ''}}
- name: Write result to summary
run: cat /tmp/job_summary.md >> $GITHUB_STEP_SUMMARY
run: cat tmp/job_summary.md >> $GITHUB_STEP_SUMMARY
if: ${{ always() }}

0 comments on commit e553e42

Please sign in to comment.