Skip to content

Commit 809447b

Browse files
committed
secrets-scan.yml
1 parent e02dc59 commit 809447b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/secrets-scan.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Secrets Scan
22
on:
3-
push:
4-
branches:
5-
- '*'
63
pull_request:
74
types: [opened, synchronize, reopened]
85
jobs:
@@ -11,4 +8,4 @@ jobs:
118
steps:
129
- uses: actions/checkout@v2
1310
- name: Gittyleaks
14-
uses: gupy-io/gittyleaks-action@v0.1
11+
uses: gupy-io/gittyleaks-action@v0.1

0 commit comments

Comments
 (0)