Skip to content

Commit d69012b

Browse files
authored
feat(ci): add gitleaks PR scan workflow (#10)
1 parent a4ee0d3 commit d69012b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Gitleaks PR Secret Scan
2+
3+
on:
4+
pull_request:
5+
workflow_dispatch:
6+
7+
permissions:
8+
contents: read
9+
10+
jobs:
11+
gitleaks:
12+
uses: clouddrove/github-shared-workflows/.github/workflows/gitleaks-pr-scan.yml@1754bbe224200aa1d820cdf795d42de54b34245f
13+
secrets: inherit

0 commit comments

Comments
 (0)