Skip to content

Commit

Permalink
Aktualisieren von trufflehog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerolux authored Sep 18, 2024
1 parent dfd8090 commit 924710c
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.82.2
name: Secret Scan

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
secret_scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.82.2
with:
scan-repo: true
regex: true
entropy: true

0 comments on commit 924710c

Please sign in to comment.