Skip to content

Commit

Permalink
SECOPS-2268: Add Gitleaks to CI (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
peakematt authored Oct 25, 2023
1 parent 0757a29 commit c786792
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version: 2.1
orbs:
rust: circleci/[email protected]
gh: circleci/[email protected]
secops: apollo/[email protected]

# These filters are used to determine which package to release
any_release: &any_release
Expand Down Expand Up @@ -104,6 +105,16 @@ workflows:
- "Run cargo tests (stable rust on amd_macos)"
- "Run cargo tests (stable rust on amd_windows)"
<<: *crate_release

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 >>

jobs:
xtask:
Expand Down

0 comments on commit c786792

Please sign in to comment.