Skip to content

Commit

Permalink
feat: add semgrep job (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-secops authored Jan 10, 2024
1 parent 2c268f5 commit 2dbb305
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1

orbs:
gcp-cli: circleci/[email protected]
secops: apollo/[email protected].0
secops: apollo/[email protected].6

executors:
node:
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
steps:
- checkout
- npm-install
- run:
- run:
name: Prettier
command: npm run prettier:check

Expand Down Expand Up @@ -427,3 +427,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 2dbb305

Please sign in to comment.