Skip to content

Commit 54d86d8

Browse files
Add trufflehog secret scanning CI action
Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
1 parent fd060f0 commit 54d86d8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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/trufflehog@v3.90.5
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)