Skip to content

Commit

Permalink
Merge pull request #103 from victorskl/fix-gha-trufflehog-setting
Browse files Browse the repository at this point in the history
Fixed TruffleHog GitHub action setting
  • Loading branch information
victorskl authored Oct 5, 2024
2 parents f4888ab + 9c061b6 commit e9bba09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
- name: TruffleHog OSS
uses: trufflesecurity/[email protected]
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --only-verified

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit e9bba09

Please sign in to comment.