Skip to content

Commit

Permalink
Merge pull request #46 from apollographql/secops/202401/semgrep
Browse files Browse the repository at this point in the history
feat: SECOPS-2525 - add semgrep job
  • Loading branch information
mabuyo authored Jan 22, 2024
2 parents 36b4ecc + 4283756 commit 2e8f90d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

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

workflows:
security-scans:
Expand All @@ -13,3 +13,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 2e8f90d

Please sign in to comment.