Skip to content

Commit

Permalink
Add gitleaks scan to CI (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
peakematt authored Oct 17, 2023
1 parent 73baf89 commit 0d7e9cd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version: 2.1

orbs:
gcp-cli: circleci/[email protected]
secops: apollo/[email protected]

executors:
node:
Expand Down Expand Up @@ -417,4 +418,12 @@ workflows:
filters:
branches:
only: main

security-scans:
jobs:
- secops/gitleaks:
context:
- platform-docker-ro
- github-orb
- secops-oidc
git-base-revision: <<#pipeline.git.base_revision>><<pipeline.git.base_revision>><</pipeline.git.base_revision >>
git-revision: << pipeline.git.revision >>

0 comments on commit 0d7e9cd

Please sign in to comment.