Skip to content

Commit fe066d3

Browse files
Added trufflehog scan
1 parent 8d8aa0c commit fe066d3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Trufflehog Secret Scan
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
trufflehog:
9+
uses: grafana/shared-workflows/.github/workflows/reusable-trufflehog.yml@main
10+
with:
11+
fail-on-secrets: "true"
12+
extra_args: ""

0 commit comments

Comments
 (0)