Skip to content

Commit a0f7fd2

Browse files
authored
feat(ci): add gitleaks PR scan workflow (#44)
1 parent 0902003 commit a0f7fd2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

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)