Skip to content

Commit

Permalink
feat: add semgrep job (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-secops committed Jan 10, 2024
1 parent e268c2c commit 358f0cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
@@ -1,7 +1,7 @@
version: 2.1

orbs:
secops: apollo/circleci-secops-orb@2.0.4
secops: apollo/circleci-secops-orb@2.0.6

executors:
node:
Expand Down Expand Up @@ -68,3 +68,8 @@ workflows:
- 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 358f0cb

Please sign in to comment.