Skip to content

Commit

Permalink
Merge pull request #353 from db-ui/fix-truffle-hog
Browse files Browse the repository at this point in the history
fix: issue with truffle hog
  • Loading branch information
nmerget authored Nov 29, 2024
2 parents 66a0606 + 94427a4 commit 27c03ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/00-scan-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

- name: 🐷 TruffleHog OSS
uses: trufflesecurity/[email protected]
if: ${{ github.event.pull_request != null }} # only scan on pull-requests
with:
path: ./
base: ${{ github.event.repository.default_branch }}
Expand Down

0 comments on commit 27c03ed

Please sign in to comment.