Skip to content

Commit 2ab8d02

Browse files
authored
fix: issue with truffle hog (#612)
adapted out of db-ux-design-system/icon-font-tools#353
1 parent abff7be commit 2ab8d02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/00-scan-secrets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
- name: 🐷 TruffleHog OSS
2020
uses: trufflesecurity/trufflehog@main
21+
if: ${{ github.event.pull_request != null }} # only scan on pull-requests
2122
with:
2223
path: ./
2324
base: ${{ steps.extract_branch.outputs.branch-name }}

0 commit comments

Comments
 (0)