Skip to content

Commit

Permalink
Merge pull request #4052 from 10up/chore/secrets-scan
Browse files Browse the repository at this point in the history
Trufflehog GH Action
  • Loading branch information
felipeelia authored Dec 20, 2024
2 parents 4b655f2 + a4ceade commit a148055
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/secrets-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Secrets Scan

on:
push:
branches:
- develop
- trunk
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --results=verified,unknown

0 comments on commit a148055

Please sign in to comment.