Skip to content

Commit 42f8649

Browse files
authored
Create secret-scanner.yml
1 parent ea1d444 commit 42f8649

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/secret-scanner.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Secret Scanner
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
test:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout code
11+
uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
14+
- name: Secret Scanning
15+
uses: trufflesecurity/trufflehog@6cd30e17a7242ea2db4fec36bd5877be25abd103
16+
with:
17+
extra_args: --results=verified,unknown

0 commit comments

Comments
 (0)