Skip to content

Commit

Permalink
add enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss authored Feb 14, 2024
1 parent 68a014a commit b92aa6b
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
gitleaks:
name: Gitleaks
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand All @@ -23,13 +20,22 @@ jobs:
truffle:
name: TruffleHog
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Scan with TruffleHog
uses: trufflesecurity/trufflehog@main
with:
extra_args: --no-verification
truffle-enterprise:
name: TruffleHog Enterprise
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch all history so multiple commits can be scanned
- name: Scan with TruffleHog Enterprise
uses: trufflesecurity/TruffleHog-Enterprise-Github-Action@main
with:
args: --fail-verified ${{ github.event.repository.default_branch }} HEAD

0 comments on commit b92aa6b

Please sign in to comment.