Skip to content

Commit 4b28472

Browse files
Add trufflehog secret scanning CI action (#267)
Signed-off-by: Keval Morabia <[email protected]>
1 parent fd060f0 commit 4b28472

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/code_quality.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@ jobs:
2020
- uses: actions/setup-python@v5
2121
with:
2222
python-version: "3.12"
23+
- name: Secret Scanning
24+
uses: trufflesecurity/[email protected]
25+
with:
26+
extra_args: --results=verified,unknown
2327
- name: Run code quality checks
2428
run: pip install tox && tox -e pre-commit-all

0 commit comments

Comments
 (0)