Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/secrets-scanning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Detect Secrets
on:
pull_request:
push:
workflow_dispatch:
jobs:
secrets-scan:
uses: probely/snyk-prodsec/.github/workflows/secrets-scanning.yml@main
with:
channel: probely-alerts
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_SECRET }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
14 changes: 14 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/gitleaks/gitleaks
rev: v8.22.0
hooks:
- id: gitleaks
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
spec:
type: examples
lifecycle: "-"
owner: probely-backend
owner: probely-backend