Skip to content

Commit c86ce31

Browse files
feat: add secrets auditing Github workflow
1 parent f110b39 commit c86ce31

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Secrets audit
2+
3+
on: [pull_request, push]
4+
5+
jobs:
6+
greeting:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: gitleaks-action
10+
uses: eshork/gitleaks-action@v1.0.0

0 commit comments

Comments
 (0)