Skip to content

Commit

Permalink
chore: add secrets scanning (#45)
Browse files Browse the repository at this point in the history
* chore: add secrets scanning
  • Loading branch information
wayne-grant authored Sep 27, 2023
1 parent d90e7d2 commit 8ce0d37
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2.1

orbs:
prodsec: snyk/[email protected]

workflows:
version: 2
CICD:
jobs:
- prodsec/secrets-scan:
name: Scan repository for secrets
context:
- snyk-bot-slack
channel: team-link-pipeline-info
filters:
branches:
ignore:
- main
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.1
hooks:
- id: gitleaks

0 comments on commit 8ce0d37

Please sign in to comment.