Skip to content

Commit

Permalink
Merge pull request #812 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
phryneas committed Jan 25, 2024
2 parents eeb670e + ca0fb16 commit f463d87
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.1
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 f463d87

Please sign in to comment.