Skip to content

Commit 6be9693

Browse files
authored
Initial commit
0 parents  commit 6be9693

File tree

3 files changed

+839
-0
lines changed

3 files changed

+839
-0
lines changed

.github/workflows/secretScan.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: gitleaks
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
gitleaks:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
with:
11+
fetch-depth: '0'
12+
- name: gitleaks-action
13+
uses: gitleaks/gitleaks-action@v1.6.0
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} # Only required for Organizations, not personal accounts.

0 commit comments

Comments
 (0)