Skip to content

Commit 6b17478

Browse files
committed
chore: add slack channel
1 parent 1435687 commit 6b17478

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Detect Secrets
2+
on:
3+
pull_request:
4+
push:
5+
workflow_dispatch:
6+
jobs:
7+
secrets-scan:
8+
uses: probely/snyk-prodsec/.github/workflows/secrets-scanning.yml@main
9+
with:
10+
channel: probely-alerts
11+
secrets:
12+
SLACK_BOT_TOKEN: ${{ secrets.SLACK_SECRET }}
13+
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}

catalog-info.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ metadata:
55
spec:
66
type: examples
77
lifecycle: "-"
8-
owner: probely-backend
8+
owner: probely-backend

0 commit comments

Comments
 (0)