Skip to content

Commit

Permalink
ci: remove security cci jobs (#3195)
Browse files Browse the repository at this point in the history
  • Loading branch information
peakematt authored Dec 17, 2024
1 parent 3d579fa commit febbecd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: 2.1

orbs:
node: circleci/node@5.1.0
secops: apollo/circleci-secops-orb@2.0.7

jobs:
# Unfortunately cimg/node doesn't tag its images with major only, you have to specify a minor version.
Expand Down Expand Up @@ -59,17 +58,3 @@ workflows:
- node/run:
name: Check Prettier (tests)
npm-run: prettier:check
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 >>
- secops/semgrep:
context:
- secops-oidc
- github-orb
git-base-revision: <<#pipeline.git.base_revision>><<pipeline.git.base_revision>><</pipeline.git.base_revision >>

0 comments on commit febbecd

Please sign in to comment.