Skip to content

Commit

Permalink
Merge pull request #50 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 6acf6f3 + 713ca5b commit 1e36eef
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/[email protected].4
secops: apollo/[email protected].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 1e36eef

Please sign in to comment.