Skip to content

Commit

Permalink
Merge pull request #569 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 authored Jan 25, 2024
2 parents 956bc7b + ec92802 commit 885d687
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2.1
orbs:
secops: apollo/circleci-secops-orb@2.0.6
workflows:
security-scans:
jobs:
- secops/gitleaks:
context:
- secops-oidc
- github-orb
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 885d687

Please sign in to comment.