Skip to content

Commit

Permalink
Merge pull request #211 from snyk/feat/secrets-scanning
Browse files Browse the repository at this point in the history
Feat/secrets scanning
  • Loading branch information
wayne-grant authored Jun 19, 2023
2 parents c302b83 + 54bd01b commit 7776771
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2.1

orbs:
prodsec: snyk/prodsec-orb@1.0

defaults: &defaults
docker:
- image: node:16
Expand Down Expand Up @@ -130,6 +133,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

- install:
name: Install
filters:
Expand Down
9 changes: 1 addition & 8 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @loki will be requested for
# review when someone opens a pull request.
* @snyk/os-managed
* @snyk/os-managed
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/gitleaks/gitleaks
rev: v8.16.1
hooks:
- id: gitleaks

0 comments on commit 7776771

Please sign in to comment.