Skip to content

Commit dbdc791

Browse files
authored
enable gitleaks
1 parent f247460 commit dbdc791

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/secrets.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Find secrets
2+
3+
on: [push,pull_request]
4+
5+
jobs:
6+
gitleaks:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v1
10+
- name: wget
11+
uses: wei/wget@v1
12+
with:
13+
args: -O .rules.toml https://raw.githubusercontent.com/fnxpt/gitleaks-action/rules/.rules.toml
14+
- name: gitleaks-action
15+
uses: zricethezav/gitleaks-action@master
16+
with:
17+
config-path: .rules.toml

0 commit comments

Comments
 (0)