Skip to content

Commit bb554a5

Browse files
committed
chore: increase TruffleHog log-level
1 parent f988aec commit bb554a5

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/trufflehog.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
name: TruffleHog
22

33
on:
4-
workflow_dispatch:
5-
pull_request:
6-
types: [opened, synchronize, reopened]
7-
schedule:
8-
- cron: '0 2 * * 1-5'
4+
workflow_dispatch:
5+
pull_request:
6+
types: [opened, synchronize, reopened]
7+
schedule:
8+
- cron: "0 2 * * 1-5"
99

1010
jobs:
11-
scan:
12-
runs-on: ubuntu-24.04
11+
scan:
12+
runs-on: ubuntu-24.04
1313

14-
concurrency:
15-
group: ${{ github.ref }}-trufflehog
16-
cancel-in-progress: false
14+
concurrency:
15+
group: ${{ github.ref }}-trufflehog
16+
cancel-in-progress: false
1717

18-
steps:
19-
- name: Clone Repository
20-
uses: actions/checkout@v4
21-
with:
22-
fetch-depth: 0
18+
steps:
19+
- name: Clone Repository
20+
uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 0
2323

24-
- name: TruffleHog scan
25-
uses: trufflesecurity/trufflehog@main
26-
with:
27-
path: ./
28-
extra_args: --results=verified,unknown
24+
- name: TruffleHog scan
25+
uses: trufflesecurity/trufflehog@main
26+
with:
27+
path: ./
28+
extra_args: --results=verified,unknown --log-level=4

0 commit comments

Comments
 (0)