Skip to content

Commit 89639d6

Browse files
committed
ci
1 parent 1513123 commit 89639d6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/detect-secrets.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Detect Secrets
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
7+
jobs:
8+
detect-secrets:
9+
runs-on: ubuntu-latest
10+
timeout-minutes: 5
11+
steps:
12+
- name: Checkout 🛎
13+
uses: actions/checkout@v4
14+
- uses: ./
15+
with:
16+
baseline: '.secrets.baseline.json'
17+
detect-secrets-version: '1.5.0'

0 commit comments

Comments
 (0)