Skip to content

Commit

Permalink
ci: Making the workflow generic
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Jun 11, 2024
1 parent 48259d6 commit 2ed3140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secret-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- name: Run scanner
run: |
git config --global --add safe.directory /__w/anta/anta
git config --global --add safe.directory $GITHUB_WORKSPACE
scanner commit . github ${{ github.repository }} \
--markdown-file job_summary.md \
${{ github.event_name == 'pull_request' && format('--since-commit {0}', github.event.pull_request.base.sha) || ''}}
Expand Down

0 comments on commit 2ed3140

Please sign in to comment.