Skip to content

Commit

Permalink
chore: add secrets scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
wayne-grant committed Sep 27, 2023
1 parent d90e7d2 commit bb5173f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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 bb5173f

Please sign in to comment.