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 74f422a commit 53342a2Copy full SHA for 53342a2
.github/workflows/00-scan-secrets.yml
@@ -12,6 +12,7 @@ jobs:
12
with:
13
fetch-depth: 0
14
15
+ # https://github.com/marketplace/actions/trufflehog-oss#advanced-usage-scan-entire-branch
16
- name: 🐷 TruffleHog OSS
17
uses: trufflesecurity/trufflehog@main
18
if: ${{ github.event.pull_request != null }} # only scan on pull-requests
0 commit comments