Skip to content

Commit

Permalink
feat: SECOPS-2525 - add semgrep job (#29)
Browse files Browse the repository at this point in the history
* feat: add semgrep job

* Update config.yml

---------

Co-authored-by: Matt Peake <7741049+peakematt@users.noreply.github.com>
  • Loading branch information
svc-secops and peakematt committed Jan 26, 2024
1 parent 20e1e85 commit c4db610
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2.1
orbs:
secops: apollo/circleci-secops-orb@2.0.7
workflows:
security-scans:
jobs:
- secops/gitleaks:
context:
- secops-oidc
- github-orb
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 c4db610

Please sign in to comment.