File tree Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Expand file tree Collapse file tree 3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
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 }}
Original file line number Diff line number Diff line change
1
+ # See https://pre-commit.com for more information
2
+ # See https://pre-commit.com/hooks.html for more hooks
3
+ repos :
4
+ - repo : https://github.com/pre-commit/pre-commit-hooks
5
+ rev : v3.2.0
6
+ hooks :
7
+ - id : trailing-whitespace
8
+ - id : end-of-file-fixer
9
+ - id : check-yaml
10
+ - id : check-added-large-files
11
+ - repo : https://github.com/gitleaks/gitleaks
12
+ rev : v8.22.0
13
+ hooks :
14
+ - id : gitleaks
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ metadata:
5
5
spec :
6
6
type : examples
7
7
lifecycle : " -"
8
- owner : probely-backend
8
+ owner : probely-backend
You can’t perform that action at this time.
0 commit comments