We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f137e commit 6247eceCopy full SHA for 6247ece
3 files changed
.circleci/config.yml
@@ -0,0 +1,14 @@
1
+version: 2.1
2
+
3
+orbs:
4
+ prodsec: snyk/prodsec-orb@1.0
5
6
+workflows:
7
+ version: 2
8
+ CICD:
9
+ jobs:
10
+ - prodsec/secrets-scan:
11
+ name: Scan repository for secrets
12
+ context:
13
+ - snyk-bot-slack
14
+ channel: hammerhead-alerts
.gitleaksignore
@@ -0,0 +1 @@
+# add false positives here
.pre-commit-config.yaml
@@ -0,0 +1,7 @@
+# See https://pre-commit.com for more information
+# See https://pre-commit.com/hooks.html for more hooks
+repos:
+ - repo: https://github.com/gitleaks/gitleaks
+ rev: v8.17.0
+ hooks:
+ - id: gitleaks
0 commit comments