Skip to content

Commit

Permalink
feat: add secrets scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
wayne-grant committed Jun 16, 2023
1 parent 6889328 commit 81241e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
@@ -1,5 +1,8 @@
version: 2.1

orbs:
prodsec: snyk/prodsec-orb@1.0

params: &params
parameters:
node_version:
Expand Down Expand Up @@ -76,6 +79,12 @@ workflows:
version: 2
test_and_release:
jobs:
- prodsec/secrets-scan:
name: Scan repository for secrets
context:
- snyk-bot-slack
channel: os-team-managed-alerts

- test:
name: Test node=<<matrix.node_version>> jdk=<<matrix.jdk_version>> sbt=<<matrix.sbt_version>>
context: nodejs-install
Expand Down
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.1
hooks:
- id: gitleaks

0 comments on commit 81241e9

Please sign in to comment.