Skip to content

Commit

Permalink
Squashed 'apollo-ios/' changes from 28d38d3..74e71b8
Browse files Browse the repository at this point in the history
74e71b8 feat: SECOPS-2525 - add semgrep job (#230)

git-subtree-dir: apollo-ios
git-subtree-split: 74e71b8
  • Loading branch information
gh-action-runner authored and gh-action-runner committed Jan 10, 2024
1 parent e2753fd commit 3d9a500
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.5
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 3d9a500

Please sign in to comment.