We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c6c32b + 3588bb1 commit 7b04d5dCopy full SHA for 7b04d5d
.github/workflows/secrets-scanning.yml
@@ -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 }}
.gitleaksignore
@@ -0,0 +1 @@
+5a46f9ee39f251704ae8e4a67870e7591e893d58:vm/packer-templates/alpine3.12/scripts/03user.sh:hashicorp-tf-password:5
.pre-commit-config.yaml
@@ -0,0 +1,5 @@
+repos:
+ - repo: https://github.com/gitleaks/gitleaks
+ rev: v8.24.2
+ hooks:
+ - id: gitleaks
0 commit comments