Skip to content

Commit

Permalink
Refactor secret scanning to use reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank-Howard committed Dec 13, 2024
1 parent 4c1de55 commit 25aaa28
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/secret_scanning.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: "Secret Scanning"
on:
push:
branches:
- main
pull_request:

jobs:
check_commits:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: trufflesecurity/trufflehog@main
with:
extra_args: --results=verified,unknown
secret_scanning:
uses: xelixdev/.github/.github/workflows/secret_scanning.yml@main

0 comments on commit 25aaa28

Please sign in to comment.