Skip to content

Commit dc04ef9

Browse files
Create Gitleaks workflow
1 parent 1ae8556 commit dc04ef9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: .github/workflows/gitleaks.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: GitLeaks
2+
on:
3+
pull_request:
4+
push:
5+
6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
10+
jobs:
11+
scan:
12+
name: gitleaks
13+
uses: ArcadiaPower/gitleaks-workflow/.github/workflows/gitleaks.yaml@5ae02b51d3614e5227a7d618e9e9d457cadae74a
14+
secrets: inherit
15+

0 commit comments

Comments
 (0)