Skip to content

Commit

Permalink
fix: secrets scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos-cojocari committed Jul 10, 2024
1 parent 4e3cbd0 commit d66b828
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 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

jobs:
test:
docker:
Expand Down Expand Up @@ -36,6 +39,11 @@ workflows:
version: 2
test:
jobs:
- prodsec/secrets-scan:
name: Scan repository for secrets
context:
- snyk-bot-slack
channel: team-arch
- test:
name: Test
context: nodejs-install
Expand Down
4 changes: 4 additions & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1c077fc983de6f48e46e5ec8f8d36882cd26cc04:test/smoke.test.ts:generic-api-key:7
1c077fc983de6f48e46e5ec8f8d36882cd26cc04:test/smoke.test.ts:generic-api-key:8
47d562f2baff14df569bd037e29710e9d127eaf6:test/index.js:generic-api-key:7
47d562f2baff14df569bd037e29710e9d127eaf6:test/index.js:generic-api-key:8

0 comments on commit d66b828

Please sign in to comment.