Skip to content

Commit

Permalink
Add gitleaks scan to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
peakematt authored Oct 9, 2023
1 parent 1d4ba62 commit 1acd7cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2.1

orbs:
secops: apollo/[email protected]

jobs:
# Filesize:
# docker:
Expand Down Expand Up @@ -109,3 +112,12 @@ workflows:
- vite
- vite-swc
# -browser-esm would need a package publish to npm/CDNs
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 1acd7cb

Please sign in to comment.