mirror of
https://github.com/pi-hole/pi-hole.git
synced 2026-08-04 14:53:09 +00:00
Add trufflehog to testworkflow
Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
parent
beda7a5e0a
commit
7a352e61bc
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -36,6 +36,10 @@ jobs:
|
|||
severity: warning
|
||||
display-engine: sarif-fmt
|
||||
|
||||
- name: Secret Scanning with TruffleHog
|
||||
uses: trufflesecurity/trufflehog@821e8b9e5cdf8dc484dd23e06f78941fcf6b9191 #v3.91.2
|
||||
with:
|
||||
extra_args: --results=verified,unknown
|
||||
|
||||
- name: Spell-Checking
|
||||
uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 #v2.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue