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 a233087 commit 8a7ddd1Copy full SHA for 8a7ddd1
.github/workflows/00-scan-secrets.yml
@@ -15,7 +15,7 @@ jobs:
15
16
# https://github.com/marketplace/actions/trufflehog-oss#advanced-usage-scan-entire-branch
17
- name: 🐷 TruffleHog OSS
18
- uses: trufflesecurity/[email protected].12
+ uses: trufflesecurity/[email protected].13
19
if: ${{ github.event.pull_request != null }} # only scan on pull-requests
20
with:
21
# Setting base to an empty string scans the entire branch, per TruffleHog OSS advanced usage:
0 commit comments