Skip to content

Commit

Permalink
ci: add trufflehog (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas authored Mar 19, 2024
1 parent 8771dfe commit ba9cb87
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Scanning for Secrets

run-name: ${{ github.actor }} is scanning for secrets
on:
pull_request:

jobs:
TruffleHog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@main
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --debug

0 comments on commit ba9cb87

Please sign in to comment.