Skip to content

Commit 63a85ff

Browse files
committed
added .github/workflows/secret-scanner.yml
1 parent 61d58b5 commit 63a85ff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Searching for secrets
3+
4+
on:
5+
- push
6+
- pull_request
7+
8+
jobs:
9+
secret-scanner-reusable:
10+
uses: anyproto/shared-actions/.github/workflows/secret-scanner-reusable.yml@v1
11+
secrets: inherit # pass all secrets

0 commit comments

Comments
 (0)