We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1a1b1 commit 38974daCopy full SHA for 38974da
.github/workflows/gitleaks.yml
@@ -47,7 +47,7 @@ jobs:
47
--report-format=sarif \
48
--report-path=results.sarif \
49
--log-level=debug \
50
- --log-opts='${{ github.event.pull_request.head.sha || github.event.after }}..${{ github.event.pull_request.base.sha || github.event.before }}'
+ --log-opts='${{ github.event.pull_request.base.sha || github.event.before }}..${{ github.event.pull_request.head.sha || github.event.after }}'
51
52
- name: Upload test results
53
if: failure()
0 commit comments