Skip to content

Commit

Permalink
Merge pull request #809 from apollographql/secops/add-gitleaks
Browse files Browse the repository at this point in the history
SECOPS-2268: Add Gitleaks to CI
  • Loading branch information
hwillson committed Oct 23, 2023
2 parents 9f1cffe + 1f83877 commit f287273
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,15 @@
version: 2.1

orbs:
secops: apollo/circleci-secops-orb@2.0.1

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 f287273

Please sign in to comment.