18
.github/workflows/secrets.yaml
vendored
Normal file
18
.github/workflows/secrets.yaml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: "trufflehog"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
scan:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: "actions/checkout@v4"
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: "trufflesecurity/trufflehog@main"
|
||||
with:
|
||||
extra_args: "--results=verified,unknown"
|
||||
Reference in New Issue
Block a user