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 abff7be commit 2ab8d02Copy full SHA for 2ab8d02
.github/workflows/00-scan-secrets.yml
@@ -18,6 +18,7 @@ jobs:
18
19
- name: 🐷 TruffleHog OSS
20
uses: trufflesecurity/trufflehog@main
21
+ if: ${{ github.event.pull_request != null }} # only scan on pull-requests
22
with:
23
path: ./
24
base: ${{ steps.extract_branch.outputs.branch-name }}
0 commit comments