Skip to content

Commit

Permalink
SECOPS-2268: Add Gitleaks to CI (#670)
Browse files Browse the repository at this point in the history
* Add gitleaks scan to CI

* update secops orb

---------

Co-authored-by: Matt Peake <[email protected]>
  • Loading branch information
svc-secops and peakematt authored Nov 16, 2023
1 parent fdd0c34 commit 64774a6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2.1

orbs:
secops: apollo/[email protected]

workflows:
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 64774a6

Please sign in to comment.