Skip to content

Commit

Permalink
Update secret.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss authored Feb 19, 2024
1 parent 90298a0 commit f2ba8e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ jobs:
base: ""
head: ${{ github.ref_name }}
extra_args: --no-verification
truffle-install:
name: TruffleHog Installation
runs-on: Ubnuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name : Installing secret-scanning tool
run : |
pip3 install truffleHog
truffleHog --regex --entropy=False .
truffle-enterprise:
name: TruffleHog Enterprise
runs-on: ubuntu-latest
Expand Down

0 comments on commit f2ba8e8

Please sign in to comment.