Skip to content

Commit

Permalink
Squashed 'apollo-ios-pagination/' changes from 4a8f0a8a..51557750
Browse files Browse the repository at this point in the history
51557750 feat: SECOPS-2525 - add semgrep job (#230)

git-subtree-dir: apollo-ios-pagination
git-subtree-split: 515577501a81f5e03606085a378546eeb1978dd6
  • Loading branch information
gh-action-runner authored and gh-action-runner committed Jan 10, 2024
1 parent bbd7b37 commit 2caa51b
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 2caa51b

Please sign in to comment.