Skip to content

Commit 12484c0

Browse files
feat: add gitleaks secret scanning workflow
1 parent ee836b6 commit 12484c0

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/security.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Security
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request: ~
7+
8+
jobs:
9+
security:
10+
uses: konradmichalik/reusable-github-actions/.github/workflows/security.yml@main
11+
permissions:
12+
contents: read

0 commit comments

Comments
 (0)